Html Css Color HEX #EA2377 Deep Cerise

📋 copy color: '#EA2377'

red 234 ◦ green 35 ◦ blue 119

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

Shades of Deep Cerise #EA2377

Tints of Deep Cerise #EA2377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.02%

 BLUE value IS 119 (46.88% from 255) = 30.67%

R = 60.31%
G = 9.02%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA2377 (or 0xEA2377) is known color: Deep Cerise. HEX triplet: EA, 23 and 77. RGB value is (234,35,119). Sum of RGB (Red+Green+Blue) = 234+35+119=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2377 is #15DC88. Grayscale: #676767. Windows color (decimal): -1432713 or 7807978. OLE color: 7807978.

HSL color Cylindrical-coordinate representation of color #EA2377: hue angle of 334.67º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2377 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 35 119 -
CMYK 0 0.85 0.49 0.08
HSL 334.67º 0.83% 0.53% -
HSV(B) 334.67º 0.85% 0.92% -
XYZ 37.86 20.03 19.32 -
YUV 104.08 136.43 220.67 -
System Red Green Blue C M Y K H S L
Decimal 234 35 119 0 0.85 0.49 0.08 334.67 0.83 0.53
Hex EA 23 77 0 55 31 8 14F 53 35
Octal 352 43 167 0 125 61 10 517 123 65
Binary 11101010 100011 1110111 0 1010101 110001 1000 101001111 1010011 110101

Color Harmonies of #EA2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2377

Black with #EA2377

Text Example


Text Example

White with #EA2377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2377; }

 p { color: rgb(234,35,119); }

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

background-color css

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

 a { background-color: rgb(234,35,119); }

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

border-color css

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

 span { border-color: rgb(234,35,119); }

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