Shades of Cerise #EA2870
Tints of Cerise #EA2870
RGB
CMYK
RGB Variations
Color information
#EA2870 (or 0xEA2870) is known color: Cerise. HEX triplet: EA, 28 and 70. RGB value is (234,40,112). Sum of RGB (Red+Green+Blue) = 234+40+112=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2870 is #15D78F. Grayscale: #6A6A6A. Windows color (decimal): -1431440 or 7350506. OLE color: 7350506.
HSL color Cylindrical-coordinate representation of color #EA2870: hue angle of 337.73º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2870 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 112 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.08 |
| HSL | 337.73º | 0.82% | 0.54% | - |
| HSV(B) | 337.73º | 0.83% | 0.92% | - |
| XYZ | 37.62 | 20.18 | 17.24 | - |
| YUV | 106.21 | 131.27 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 112 | 0 | 0.83 | 0.52 | 0.08 | 337.73 | 0.82 | 0.54 |
| Hex | EA | 28 | 70 | 0 | 53 | 34 | 8 | 152 | 52 | 36 |
| Octal | 352 | 50 | 160 | 0 | 123 | 64 | 10 | 522 | 122 | 66 |
| Binary | 11101010 | 101000 | 1110000 | 0 | 1010011 | 110100 | 1000 | 101010010 | 1010010 | 110110 |
Color Harmonies of #EA2870
Complementary color
Monochromatic Colors of #EA2870
Black with #EA2870
Text Example
Text Example
White with #EA2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2870; }
p { color: rgb(234,40,112); }
H1.HeaderClassName
{
color: #EA2870;
}
.AnyTagClassName
{
color: #EA2870;
}
</style>
background-color css
<style>
a { background-color: #EA2870; }
a { background-color: rgb(234,40,112); }
div.DivClassName
{
background-color: #EA2870;
}
.BgClassName
{
background-color: #EA2870;
}
</style>
border-color css
<style>
span { border-color: #EA2870; }
span { border-color: rgb(234,40,112); }
td.TdClassName
{
border-color: #EA2870;
}
.TagClassName
{
border-color: #EA2870;
}
</style>