Shades of Cerise #EA2173
Tints of Cerise #EA2173
RGB
CMYK
RGB Variations
Color information
#EA2173 (or 0xEA2173) is known color: Cerise. HEX triplet: EA, 21 and 73. RGB value is (234,33,115). Sum of RGB (Red+Green+Blue) = 234+33+115=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2173 is #15DE8C. Grayscale: #666666. Windows color (decimal): -1433229 or 7545322. OLE color: 7545322.
HSL color Cylindrical-coordinate representation of color #EA2173: hue angle of 335.52º 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 #EA2173 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 115 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.08 |
| HSL | 335.52º | 0.83% | 0.52% | - |
| HSV(B) | 335.52º | 0.86% | 0.92% | - |
| XYZ | 37.57 | 19.82 | 18.06 | - |
| YUV | 102.45 | 135.09 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 115 | 0 | 0.86 | 0.51 | 0.08 | 335.52 | 0.83 | 0.52 |
| Hex | EA | 21 | 73 | 0 | 56 | 33 | 8 | 150 | 53 | 34 |
| Octal | 352 | 41 | 163 | 0 | 126 | 63 | 10 | 520 | 123 | 64 |
| Binary | 11101010 | 100001 | 1110011 | 0 | 1010110 | 110011 | 1000 | 101010000 | 1010011 | 110100 |
Color Harmonies of #EA2173
Complementary color
Monochromatic Colors of #EA2173
Black with #EA2173
Text Example
Text Example
White with #EA2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2173; }
p { color: rgb(234,33,115); }
H1.HeaderClassName
{
color: #EA2173;
}
.AnyTagClassName
{
color: #EA2173;
}
</style>
background-color css
<style>
a { background-color: #EA2173; }
a { background-color: rgb(234,33,115); }
div.DivClassName
{
background-color: #EA2173;
}
.BgClassName
{
background-color: #EA2173;
}
</style>
border-color css
<style>
span { border-color: #EA2173; }
span { border-color: rgb(234,33,115); }
td.TdClassName
{
border-color: #EA2173;
}
.TagClassName
{
border-color: #EA2173;
}
</style>