Html Css Color HEX #EA2777 Deep Cerise

📋 copy color: '#EA2777'

red 234 ◦ green 39 ◦ blue 119

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

Shades of Deep Cerise #EA2777

Tints of Deep Cerise #EA2777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.95%

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

R = 59.69%
G = 9.95%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA2777 (or 0xEA2777) is known color: Deep Cerise. HEX triplet: EA, 27 and 77. RGB value is (234,39,119). Sum of RGB (Red+Green+Blue) = 234+39+119=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2777 is #15D888. Grayscale: #6A6A6A. Windows color (decimal): -1431689 or 7809002. OLE color: 7809002.

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

Color convert

RGB 234 39 119 -
CMYK 0 0.83 0.49 0.08
HSL 335.38º 0.82% 0.54% -
HSV(B) 335.38º 0.83% 0.92% -
XYZ 37.99 20.28 19.36 -
YUV 106.43 135.1 219 -
System Red Green Blue C M Y K H S L
Decimal 234 39 119 0 0.83 0.49 0.08 335.38 0.82 0.54
Hex EA 27 77 0 53 31 8 14F 52 36
Octal 352 47 167 0 123 61 10 517 122 66
Binary 11101010 100111 1110111 0 1010011 110001 1000 101001111 1010010 110110

Color Harmonies of #EA2777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2777

Black with #EA2777

Text Example


Text Example

White with #EA2777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2777; }

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

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

background-color css

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

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

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

border-color css

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

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

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