Html Css Color HEX #EA2172 Cerise

📋 copy color: '#EA2172'

red 234 ◦ green 33 ◦ blue 114

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

Shades of Cerise #EA2172

Tints of Cerise #EA2172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.66%

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

R = 61.42%
G = 8.66%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA2172 (or 0xEA2172) is known color: Cerise. HEX triplet: EA, 21 and 72. RGB value is (234,33,114). Sum of RGB (Red+Green+Blue) = 234+33+114=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2172 is #15DE8D. Grayscale: #666666. Windows color (decimal): -1433230 or 7479786. OLE color: 7479786.

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

Color convert

RGB 234 33 114 -
CMYK 0 0.86 0.51 0.08
HSL 335.82º 0.83% 0.52% -
HSV(B) 335.82º 0.86% 0.92% -
XYZ 37.51 19.8 17.76 -
YUV 102.33 134.59 221.91 -
System Red Green Blue C M Y K H S L
Decimal 234 33 114 0 0.86 0.51 0.08 335.82 0.83 0.52
Hex EA 21 72 0 56 33 8 150 53 34
Octal 352 41 162 0 126 63 10 520 123 64
Binary 11101010 100001 1110010 0 1010110 110011 1000 101010000 1010011 110100

Color Harmonies of #EA2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2172

Black with #EA2172

Text Example


Text Example

White with #EA2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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