Html Css Color HEX #EA2372 Cerise

📋 copy color: '#EA2372'

red 234 ◦ green 35 ◦ blue 114

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

Shades of Cerise #EA2372

Tints of Cerise #EA2372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.14%

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

R = 61.1%
G = 9.14%
B = 29.77%

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

#EA2372 (or 0xEA2372) is known color: Cerise. HEX triplet: EA, 23 and 72. RGB value is (234,35,114). Sum of RGB (Red+Green+Blue) = 234+35+114=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2372 is #15DC8D. Grayscale: #676767. Windows color (decimal): -1432718 or 7480298. OLE color: 7480298.

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

Color convert

RGB 234 35 114 -
CMYK 0 0.85 0.51 0.08
HSL 336.18º 0.83% 0.53% -
HSV(B) 336.18º 0.85% 0.92% -
XYZ 37.57 19.91 17.78 -
YUV 103.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 234 35 114 0 0.85 0.51 0.08 336.18 0.83 0.53
Hex EA 23 72 0 55 33 8 150 53 35
Octal 352 43 162 0 125 63 10 520 123 65
Binary 11101010 100011 1110010 0 1010101 110011 1000 101010000 1010011 110101

Color Harmonies of #EA2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2372

Black with #EA2372

Text Example


Text Example

White with #EA2372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2372; }

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

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

background-color css

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

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

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

border-color css

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

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

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