Shades of Cerise #EA2571
Tints of Cerise #EA2571
RGB
CMYK
RGB Variations
Color information
#EA2571 (or 0xEA2571) is known color: Cerise. HEX triplet: EA, 25 and 71. RGB value is (234,37,113). Sum of RGB (Red+Green+Blue) = 234+37+113=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2571 is #15DA8E. Grayscale: #686868. Windows color (decimal): -1432207 or 7415274. OLE color: 7415274.
HSL color Cylindrical-coordinate representation of color #EA2571: hue angle of 336.85º 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 #EA2571 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 113 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.08 |
| HSL | 336.85º | 0.82% | 0.53% | - |
| HSV(B) | 336.85º | 0.84% | 0.92% | - |
| XYZ | 37.57 | 20.01 | 17.5 | - |
| YUV | 104.57 | 132.77 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 113 | 0 | 0.84 | 0.52 | 0.08 | 336.85 | 0.82 | 0.53 |
| Hex | EA | 25 | 71 | 0 | 54 | 34 | 8 | 151 | 52 | 35 |
| Octal | 352 | 45 | 161 | 0 | 124 | 64 | 10 | 521 | 122 | 65 |
| Binary | 11101010 | 100101 | 1110001 | 0 | 1010100 | 110100 | 1000 | 101010001 | 1010010 | 110101 |
Color Harmonies of #EA2571
Complementary color
Monochromatic Colors of #EA2571
Black with #EA2571
Text Example
Text Example
White with #EA2571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2571; }
p { color: rgb(234,37,113); }
H1.HeaderClassName
{
color: #EA2571;
}
.AnyTagClassName
{
color: #EA2571;
}
</style>
background-color css
<style>
a { background-color: #EA2571; }
a { background-color: rgb(234,37,113); }
div.DivClassName
{
background-color: #EA2571;
}
.BgClassName
{
background-color: #EA2571;
}
</style>
border-color css
<style>
span { border-color: #EA2571; }
span { border-color: rgb(234,37,113); }
td.TdClassName
{
border-color: #EA2571;
}
.TagClassName
{
border-color: #EA2571;
}
</style>