Shades of Cerise #EA2572
Tints of Cerise #EA2572
RGB
CMYK
RGB Variations
Color information
#EA2572 (or 0xEA2572) is known color: Cerise. HEX triplet: EA, 25 and 72. RGB value is (234,37,114). Sum of RGB (Red+Green+Blue) = 234+37+114=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2572 is #15DA8D. Grayscale: #686868. Windows color (decimal): -1432206 or 7480810. OLE color: 7480810.
HSL color Cylindrical-coordinate representation of color #EA2572: hue angle of 336.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2572 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 114 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.08 |
| HSL | 336.55º | 0.82% | 0.53% | - |
| HSV(B) | 336.55º | 0.84% | 0.92% | - |
| XYZ | 37.63 | 20.03 | 17.8 | - |
| YUV | 104.68 | 133.27 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 114 | 0 | 0.84 | 0.51 | 0.08 | 336.55 | 0.82 | 0.53 |
| Hex | EA | 25 | 72 | 0 | 54 | 33 | 8 | 151 | 52 | 35 |
| Octal | 352 | 45 | 162 | 0 | 124 | 63 | 10 | 521 | 122 | 65 |
| Binary | 11101010 | 100101 | 1110010 | 0 | 1010100 | 110011 | 1000 | 101010001 | 1010010 | 110101 |
Color Harmonies of #EA2572
Complementary color
Monochromatic Colors of #EA2572
Black with #EA2572
Text Example
Text Example
White with #EA2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2572; }
p { color: rgb(234,37,114); }
H1.HeaderClassName
{
color: #EA2572;
}
.AnyTagClassName
{
color: #EA2572;
}
</style>
background-color css
<style>
a { background-color: #EA2572; }
a { background-color: rgb(234,37,114); }
div.DivClassName
{
background-color: #EA2572;
}
.BgClassName
{
background-color: #EA2572;
}
</style>
border-color css
<style>
span { border-color: #EA2572; }
span { border-color: rgb(234,37,114); }
td.TdClassName
{
border-color: #EA2572;
}
.TagClassName
{
border-color: #EA2572;
}
</style>