Shades of Cerise #EA2471
Tints of Cerise #EA2471
RGB
CMYK
RGB Variations
Color information
#EA2471 (or 0xEA2471) is known color: Cerise. HEX triplet: EA, 24 and 71. RGB value is (234,36,113). Sum of RGB (Red+Green+Blue) = 234+36+113=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2471 is #15DB8E. Grayscale: #676767. Windows color (decimal): -1432463 or 7415018. OLE color: 7415018.
HSL color Cylindrical-coordinate representation of color #EA2471: hue angle of 336.67º degrees, saturation: 0.82, 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 #EA2471 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 113 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.08 |
| HSL | 336.67º | 0.83% | 0.53% | - |
| HSV(B) | 336.67º | 0.85% | 0.92% | - |
| XYZ | 37.54 | 19.95 | 17.49 | - |
| YUV | 103.98 | 133.1 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 113 | 0 | 0.85 | 0.52 | 0.08 | 336.67 | 0.83 | 0.53 |
| Hex | EA | 24 | 71 | 0 | 55 | 34 | 8 | 151 | 52 | 35 |
| Octal | 352 | 44 | 161 | 0 | 125 | 64 | 10 | 521 | 122 | 65 |
| Binary | 11101010 | 100100 | 1110001 | 0 | 1010101 | 110100 | 1000 | 101010001 | 1010010 | 110101 |
Color Harmonies of #EA2471
Complementary color
Monochromatic Colors of #EA2471
Black with #EA2471
Text Example
Text Example
White with #EA2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2471; }
p { color: rgb(234,36,113); }
H1.HeaderClassName
{
color: #EA2471;
}
.AnyTagClassName
{
color: #EA2471;
}
</style>
background-color css
<style>
a { background-color: #EA2471; }
a { background-color: rgb(234,36,113); }
div.DivClassName
{
background-color: #EA2471;
}
.BgClassName
{
background-color: #EA2471;
}
</style>
border-color css
<style>
span { border-color: #EA2471; }
span { border-color: rgb(234,36,113); }
td.TdClassName
{
border-color: #EA2471;
}
.TagClassName
{
border-color: #EA2471;
}
</style>