Shades of Cerise #EA2276
Tints of Cerise #EA2276
RGB
CMYK
RGB Variations
Color information
#EA2276 (or 0xEA2276) is known color: Cerise. HEX triplet: EA, 22 and 76. RGB value is (234,34,118). Sum of RGB (Red+Green+Blue) = 234+34+118=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2276 is #15DD89. Grayscale: #676767. Windows color (decimal): -1432970 or 7742186. OLE color: 7742186.
HSL color Cylindrical-coordinate representation of color #EA2276: hue angle of 334.8º 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 #EA2276 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 118 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.08 |
| HSL | 334.8º | 0.83% | 0.53% | - |
| HSV(B) | 334.8º | 0.85% | 0.92% | - |
| XYZ | 37.77 | 19.94 | 19 | - |
| YUV | 103.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 118 | 0 | 0.85 | 0.50 | 0.08 | 334.8 | 0.83 | 0.53 |
| Hex | EA | 22 | 76 | 0 | 55 | 32 | 8 | 14F | 53 | 35 |
| Octal | 352 | 42 | 166 | 0 | 125 | 62 | 10 | 517 | 123 | 65 |
| Binary | 11101010 | 100010 | 1110110 | 0 | 1010101 | 110010 | 1000 | 101001111 | 1010011 | 110101 |
Color Harmonies of #EA2276
Complementary color
Monochromatic Colors of #EA2276
Black with #EA2276
Text Example
Text Example
White with #EA2276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2276; }
p { color: rgb(234,34,118); }
H1.HeaderClassName
{
color: #EA2276;
}
.AnyTagClassName
{
color: #EA2276;
}
</style>
background-color css
<style>
a { background-color: #EA2276; }
a { background-color: rgb(234,34,118); }
div.DivClassName
{
background-color: #EA2276;
}
.BgClassName
{
background-color: #EA2276;
}
</style>
border-color css
<style>
span { border-color: #EA2276; }
span { border-color: rgb(234,34,118); }
td.TdClassName
{
border-color: #EA2276;
}
.TagClassName
{
border-color: #EA2276;
}
</style>