Shades of Cerise #EA2264
Tints of Cerise #EA2264
RGB
CMYK
RGB Variations
Color information
#EA2264 (or 0xEA2264) is known color: Cerise. HEX triplet: EA, 22 and 64. RGB value is (234,34,100). Sum of RGB (Red+Green+Blue) = 234+34+100=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2264 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2264 is #15DD9B. Grayscale: #656565. Windows color (decimal): -1432988 or 6562538. OLE color: 6562538.
HSL color Cylindrical-coordinate representation of color #EA2264: hue angle of 340.2º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2264 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 100 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.08 |
| HSL | 340.2º | 0.83% | 0.53% | - |
| HSV(B) | 340.2º | 0.85% | 0.92% | - |
| XYZ | 36.8 | 19.56 | 13.89 | - |
| YUV | 101.32 | 127.26 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 100 | 0 | 0.85 | 0.57 | 0.08 | 340.2 | 0.83 | 0.53 |
| Hex | EA | 22 | 64 | 0 | 55 | 39 | 8 | 154 | 53 | 35 |
| Octal | 352 | 42 | 144 | 0 | 125 | 71 | 10 | 524 | 123 | 65 |
| Binary | 11101010 | 100010 | 1100100 | 0 | 1010101 | 111001 | 1000 | 101010100 | 1010011 | 110101 |
Color Harmonies of #EA2264
Complementary color
Monochromatic Colors of #EA2264
Black with #EA2264
Text Example
Text Example
White with #EA2264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2264; }
p { color: rgb(234,34,100); }
H1.HeaderClassName
{
color: #EA2264;
}
.AnyTagClassName
{
color: #EA2264;
}
</style>
background-color css
<style>
a { background-color: #EA2264; }
a { background-color: rgb(234,34,100); }
div.DivClassName
{
background-color: #EA2264;
}
.BgClassName
{
background-color: #EA2264;
}
</style>
border-color css
<style>
span { border-color: #EA2264; }
span { border-color: rgb(234,34,100); }
td.TdClassName
{
border-color: #EA2264;
}
.TagClassName
{
border-color: #EA2264;
}
</style>