Shades of Cerise #EA2171
Tints of Cerise #EA2171
RGB
CMYK
RGB Variations
Color information
#EA2171 (or 0xEA2171) is known color: Cerise. HEX triplet: EA, 21 and 71. RGB value is (234,33,113). Sum of RGB (Red+Green+Blue) = 234+33+113=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2171 is #15DE8E. Grayscale: #666666. Windows color (decimal): -1433231 or 7414250. OLE color: 7414250.
HSL color Cylindrical-coordinate representation of color #EA2171: hue angle of 336.12º 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 #EA2171 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 113 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.08 |
| HSL | 336.12º | 0.83% | 0.52% | - |
| HSV(B) | 336.12º | 0.86% | 0.92% | - |
| XYZ | 37.46 | 19.77 | 17.47 | - |
| YUV | 102.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 113 | 0 | 0.86 | 0.52 | 0.08 | 336.12 | 0.83 | 0.52 |
| Hex | EA | 21 | 71 | 0 | 56 | 34 | 8 | 150 | 53 | 34 |
| Octal | 352 | 41 | 161 | 0 | 126 | 64 | 10 | 520 | 123 | 64 |
| Binary | 11101010 | 100001 | 1110001 | 0 | 1010110 | 110100 | 1000 | 101010000 | 1010011 | 110100 |
Color Harmonies of #EA2171
Complementary color
Monochromatic Colors of #EA2171
Black with #EA2171
Text Example
Text Example
White with #EA2171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2171; }
p { color: rgb(234,33,113); }
H1.HeaderClassName
{
color: #EA2171;
}
.AnyTagClassName
{
color: #EA2171;
}
</style>
background-color css
<style>
a { background-color: #EA2171; }
a { background-color: rgb(234,33,113); }
div.DivClassName
{
background-color: #EA2171;
}
.BgClassName
{
background-color: #EA2171;
}
</style>
border-color css
<style>
span { border-color: #EA2171; }
span { border-color: rgb(234,33,113); }
td.TdClassName
{
border-color: #EA2171;
}
.TagClassName
{
border-color: #EA2171;
}
</style>