Shades of Cerise #EA2864
Tints of Cerise #EA2864
RGB
CMYK
RGB Variations
Color information
#EA2864 (or 0xEA2864) is known color: Cerise. HEX triplet: EA, 28 and 64. RGB value is (234,40,100). Sum of RGB (Red+Green+Blue) = 234+40+100=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2864 is #15D79B. Grayscale: #686868. Windows color (decimal): -1431452 or 6564074. OLE color: 6564074.
HSL color Cylindrical-coordinate representation of color #EA2864: hue angle of 341.44º 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 #EA2864 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 100 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.08 |
| HSL | 341.44º | 0.82% | 0.54% | - |
| HSV(B) | 341.44º | 0.83% | 0.92% | - |
| XYZ | 36.99 | 19.93 | 13.95 | - |
| YUV | 104.85 | 125.27 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 100 | 0 | 0.83 | 0.57 | 0.08 | 341.44 | 0.82 | 0.54 |
| Hex | EA | 28 | 64 | 0 | 53 | 39 | 8 | 155 | 52 | 36 |
| Octal | 352 | 50 | 144 | 0 | 123 | 71 | 10 | 525 | 122 | 66 |
| Binary | 11101010 | 101000 | 1100100 | 0 | 1010011 | 111001 | 1000 | 101010101 | 1010010 | 110110 |
Color Harmonies of #EA2864
Complementary color
Monochromatic Colors of #EA2864
Black with #EA2864
Text Example
Text Example
White with #EA2864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2864; }
p { color: rgb(234,40,100); }
H1.HeaderClassName
{
color: #EA2864;
}
.AnyTagClassName
{
color: #EA2864;
}
</style>
background-color css
<style>
a { background-color: #EA2864; }
a { background-color: rgb(234,40,100); }
div.DivClassName
{
background-color: #EA2864;
}
.BgClassName
{
background-color: #EA2864;
}
</style>
border-color css
<style>
span { border-color: #EA2864; }
span { border-color: rgb(234,40,100); }
td.TdClassName
{
border-color: #EA2864;
}
.TagClassName
{
border-color: #EA2864;
}
</style>