Html Css Color HEX #EA3B5D Cerise

📋 copy color: '#EA3B5D'

red 234 ◦ green 59 ◦ blue 93

#EA3B5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #EA3B5D

Tints of Cerise #EA3B5D

RGB

 RED value IS 234 (91.8% from 255) = 60.62%

 GREEN value IS 59 (23.44% from 255) = 15.28%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 60.62%
G = 15.28%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA3B5D (or 0xEA3B5D) is known color: Cerise. HEX triplet: EA, 3B and 5D. RGB value is (234,59,93). Sum of RGB (Red+Green+Blue) = 234+59+93=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3B5D is #15C4A2. Grayscale: #737373. Windows color (decimal): -1426595 or 6110186. OLE color: 6110186.

HSL color Cylindrical-coordinate representation of color #EA3B5D: hue angle of 348.34º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3B5D is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 59 93 -
CMYK 0 0.75 0.60 0.08
HSL 348.34º 0.81% 0.57% -
HSV(B) 348.34º 0.75% 0.92% -
XYZ 37.47 21.41 12.51 -
YUV 115.2 115.48 212.74 -
System Red Green Blue C M Y K H S L
Decimal 234 59 93 0 0.75 0.60 0.08 348.34 0.81 0.57
Hex EA 3B 5D 0 4B 3C 8 15C 51 39
Octal 352 73 135 0 113 74 10 534 121 71
Binary 11101010 111011 1011101 0 1001011 111100 1000 101011100 1010001 111001

Color Harmonies of #EA3B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3B5D

Black with #EA3B5D

Text Example


Text Example

White with #EA3B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3B5D; }

 p { color: rgb(234,59,93); }

 H1.HeaderClassName
 {
   color: #EA3B5D;
 }
 .AnyTagClassName
 {
   color: #EA3B5D;
 }
</style>

background-color css

<style>
 a { background-color: #EA3B5D; }

 a { background-color: rgb(234,59,93); }

 div.DivClassName
 {
   background-color: #EA3B5D;
 }
 .BgClassName
 {
   background-color: #EA3B5D;
 }
</style>

border-color css

<style>
 span { border-color: #EA3B5D; }

 span { border-color: rgb(234,59,93); }

 td.TdClassName
 {
   border-color: #EA3B5D;
 }
 .TagClassName
 {
   border-color: #EA3B5D;
 }
</style>