Html Css Color HEX #EA2277 Deep Cerise

📋 copy color: '#EA2277'

red 234 ◦ green 34 ◦ blue 119

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

Shades of Deep Cerise #EA2277

Tints of Deep Cerise #EA2277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.79%

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

R = 60.47%
G = 8.79%
B = 30.75%

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

#EA2277 (or 0xEA2277) is known color: Deep Cerise. HEX triplet: EA, 22 and 77. RGB value is (234,34,119). Sum of RGB (Red+Green+Blue) = 234+34+119=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2277 is #15DD88. Grayscale: #676767. Windows color (decimal): -1432969 or 7807722. OLE color: 7807722.

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

Color convert

RGB 234 34 119 -
CMYK 0 0.85 0.49 0.08
HSL 334.5º 0.83% 0.53% -
HSV(B) 334.5º 0.85% 0.92% -
XYZ 37.83 19.97 19.31 -
YUV 103.49 136.76 221.09 -
System Red Green Blue C M Y K H S L
Decimal 234 34 119 0 0.85 0.49 0.08 334.5 0.83 0.53
Hex EA 22 77 0 55 31 8 14E 53 35
Octal 352 42 167 0 125 61 10 516 123 65
Binary 11101010 100010 1110111 0 1010101 110001 1000 101001110 1010011 110101

Color Harmonies of #EA2277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2277

Black with #EA2277

Text Example


Text Example

White with #EA2277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2277; }

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

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

background-color css

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

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

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

border-color css

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

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

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