Html Css Color HEX #EA227C Deep Cerise

📋 copy color: '#EA227C'

red 234 ◦ green 34 ◦ blue 124

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

Shades of Deep Cerise #EA227C

Tints of Deep Cerise #EA227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 59.69%
G = 8.67%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA227C (or 0xEA227C) is known color: Deep Cerise. HEX triplet: EA, 22 and 7C. RGB value is (234,34,124). Sum of RGB (Red+Green+Blue) = 234+34+124=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA227C is #15DD83. Grayscale: #676767. Windows color (decimal): -1432964 or 8135402. OLE color: 8135402.

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

Color convert

RGB 234 34 124 -
CMYK 0 0.85 0.47 0.08
HSL 333º 0.83% 0.53% -
HSV(B) 333º 0.85% 0.92% -
XYZ 38.14 20.09 20.94 -
YUV 104.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 234 34 124 0 0.85 0.47 0.08 333 0.83 0.53
Hex EA 22 7C 0 55 2F 8 14D 53 35
Octal 352 42 174 0 125 57 10 515 123 65
Binary 11101010 100010 1111100 0 1010101 101111 1000 101001101 1010011 110101

Color Harmonies of #EA227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA227C

Black with #EA227C

Text Example


Text Example

White with #EA227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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