Html Css Color HEX #EA2272 Cerise

📋 copy color: '#EA2272'

red 234 ◦ green 34 ◦ blue 114

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

Shades of Cerise #EA2272

Tints of Cerise #EA2272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 61.26%
G = 8.9%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA2272 (or 0xEA2272) is known color: Cerise. HEX triplet: EA, 22 and 72. RGB value is (234,34,114). Sum of RGB (Red+Green+Blue) = 234+34+114=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2272 is #15DD8D. Grayscale: #666666. Windows color (decimal): -1432974 or 7480042. OLE color: 7480042.

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

Color convert

RGB 234 34 114 -
CMYK 0 0.85 0.51 0.08
HSL 336º 0.83% 0.53% -
HSV(B) 336º 0.85% 0.92% -
XYZ 37.54 19.85 17.77 -
YUV 102.92 134.26 221.5 -
System Red Green Blue C M Y K H S L
Decimal 234 34 114 0 0.85 0.51 0.08 336 0.83 0.53
Hex EA 22 72 0 55 33 8 150 53 35
Octal 352 42 162 0 125 63 10 520 123 65
Binary 11101010 100010 1110010 0 1010101 110011 1000 101010000 1010011 110101

Color Harmonies of #EA2272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2272

Black with #EA2272

Text Example


Text Example

White with #EA2272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2272; }

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

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

background-color css

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

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

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

border-color css

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

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

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