Html Css Color HEX #EA2477 Deep Cerise

📋 copy color: '#EA2477'

red 234 ◦ green 36 ◦ blue 119

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

Shades of Deep Cerise #EA2477

Tints of Deep Cerise #EA2477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.25%

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

R = 60.15%
G = 9.25%
B = 30.59%

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

#EA2477 (or 0xEA2477) is known color: Deep Cerise. HEX triplet: EA, 24 and 77. RGB value is (234,36,119). Sum of RGB (Red+Green+Blue) = 234+36+119=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2477 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2477 is #15DB88. Grayscale: #686868. Windows color (decimal): -1432457 or 7808234. OLE color: 7808234.

HSL color Cylindrical-coordinate representation of color #EA2477: hue angle of 334.85º degrees, saturation: 0.82, 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 #EA2477 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 36 119 -
CMYK 0 0.85 0.49 0.08
HSL 334.85º 0.83% 0.53% -
HSV(B) 334.85º 0.85% 0.92% -
XYZ 37.89 20.09 19.33 -
YUV 104.66 136.1 220.25 -
System Red Green Blue C M Y K H S L
Decimal 234 36 119 0 0.85 0.49 0.08 334.85 0.83 0.53
Hex EA 24 77 0 55 31 8 14F 52 35
Octal 352 44 167 0 125 61 10 517 122 65
Binary 11101010 100100 1110111 0 1010101 110001 1000 101001111 1010010 110101

Color Harmonies of #EA2477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2477

Black with #EA2477

Text Example


Text Example

White with #EA2477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2477; }

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

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

background-color css

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

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

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

border-color css

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

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

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