Shades of Cerise #EA2964
Tints of Cerise #EA2964
RGB
CMYK
RGB Variations
Color information
#EA2964 (or 0xEA2964) is known color: Cerise. HEX triplet: EA, 29 and 64. RGB value is (234,41,100). Sum of RGB (Red+Green+Blue) = 234+41+100=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2964 is #15D69B. Grayscale: #696969. Windows color (decimal): -1431196 or 6564330. OLE color: 6564330.
HSL color Cylindrical-coordinate representation of color #EA2964: hue angle of 341.66º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2964 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 100 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.08 |
| HSL | 341.66º | 0.82% | 0.54% | - |
| HSV(B) | 341.66º | 0.82% | 0.92% | - |
| XYZ | 37.02 | 20 | 13.97 | - |
| YUV | 105.43 | 124.94 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 100 | 0 | 0.82 | 0.57 | 0.08 | 341.66 | 0.82 | 0.54 |
| Hex | EA | 29 | 64 | 0 | 52 | 39 | 8 | 156 | 52 | 36 |
| Octal | 352 | 51 | 144 | 0 | 122 | 71 | 10 | 526 | 122 | 66 |
| Binary | 11101010 | 101001 | 1100100 | 0 | 1010010 | 111001 | 1000 | 101010110 | 1010010 | 110110 |
Color Harmonies of #EA2964
Complementary color
Monochromatic Colors of #EA2964
Black with #EA2964
Text Example
Text Example
White with #EA2964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2964; }
p { color: rgb(234,41,100); }
H1.HeaderClassName
{
color: #EA2964;
}
.AnyTagClassName
{
color: #EA2964;
}
</style>
background-color css
<style>
a { background-color: #EA2964; }
a { background-color: rgb(234,41,100); }
div.DivClassName
{
background-color: #EA2964;
}
.BgClassName
{
background-color: #EA2964;
}
</style>
border-color css
<style>
span { border-color: #EA2964; }
span { border-color: rgb(234,41,100); }
td.TdClassName
{
border-color: #EA2964;
}
.TagClassName
{
border-color: #EA2964;
}
</style>