Shades of Cerise #EA2564
Tints of Cerise #EA2564
RGB
CMYK
RGB Variations
Color information
#EA2564 (or 0xEA2564) is known color: Cerise. HEX triplet: EA, 25 and 64. RGB value is (234,37,100). Sum of RGB (Red+Green+Blue) = 234+37+100=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2564 is #15DA9B. Grayscale: #676767. Windows color (decimal): -1432220 or 6563306. OLE color: 6563306.
HSL color Cylindrical-coordinate representation of color #EA2564: hue angle of 340.81º 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 #EA2564 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 100 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.08 |
| HSL | 340.81º | 0.82% | 0.53% | - |
| HSV(B) | 340.81º | 0.84% | 0.92% | - |
| XYZ | 36.89 | 19.74 | 13.92 | - |
| YUV | 103.09 | 126.27 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 100 | 0 | 0.84 | 0.57 | 0.08 | 340.81 | 0.82 | 0.53 |
| Hex | EA | 25 | 64 | 0 | 54 | 39 | 8 | 155 | 52 | 35 |
| Octal | 352 | 45 | 144 | 0 | 124 | 71 | 10 | 525 | 122 | 65 |
| Binary | 11101010 | 100101 | 1100100 | 0 | 1010100 | 111001 | 1000 | 101010101 | 1010010 | 110101 |
Color Harmonies of #EA2564
Complementary color
Monochromatic Colors of #EA2564
Black with #EA2564
Text Example
Text Example
White with #EA2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2564; }
p { color: rgb(234,37,100); }
H1.HeaderClassName
{
color: #EA2564;
}
.AnyTagClassName
{
color: #EA2564;
}
</style>
background-color css
<style>
a { background-color: #EA2564; }
a { background-color: rgb(234,37,100); }
div.DivClassName
{
background-color: #EA2564;
}
.BgClassName
{
background-color: #EA2564;
}
</style>
border-color css
<style>
span { border-color: #EA2564; }
span { border-color: rgb(234,37,100); }
td.TdClassName
{
border-color: #EA2564;
}
.TagClassName
{
border-color: #EA2564;
}
</style>