Shades of Cerise #EA2463
Tints of Cerise #EA2463
RGB
CMYK
RGB Variations
Color information
#EA2463 (or 0xEA2463) is known color: Cerise. HEX triplet: EA, 24 and 63. RGB value is (234,36,99). Sum of RGB (Red+Green+Blue) = 234+36+99=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2463 is #15DB9C. Grayscale: #666666. Windows color (decimal): -1432477 or 6497514. OLE color: 6497514.
HSL color Cylindrical-coordinate representation of color #EA2463: hue angle of 340.91º degrees, saturation: 0.82, 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 #EA2463 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 99 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.08 |
| HSL | 340.91º | 0.83% | 0.53% | - |
| HSV(B) | 340.91º | 0.85% | 0.92% | - |
| XYZ | 36.81 | 19.66 | 13.66 | - |
| YUV | 102.38 | 126.1 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 99 | 0 | 0.85 | 0.58 | 0.08 | 340.91 | 0.83 | 0.53 |
| Hex | EA | 24 | 63 | 0 | 55 | 3A | 8 | 155 | 52 | 35 |
| Octal | 352 | 44 | 143 | 0 | 125 | 72 | 10 | 525 | 122 | 65 |
| Binary | 11101010 | 100100 | 1100011 | 0 | 1010101 | 111010 | 1000 | 101010101 | 1010010 | 110101 |
Color Harmonies of #EA2463
Complementary color
Monochromatic Colors of #EA2463
Black with #EA2463
Text Example
Text Example
White with #EA2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2463; }
p { color: rgb(234,36,99); }
H1.HeaderClassName
{
color: #EA2463;
}
.AnyTagClassName
{
color: #EA2463;
}
</style>
background-color css
<style>
a { background-color: #EA2463; }
a { background-color: rgb(234,36,99); }
div.DivClassName
{
background-color: #EA2463;
}
.BgClassName
{
background-color: #EA2463;
}
</style>
border-color css
<style>
span { border-color: #EA2463; }
span { border-color: rgb(234,36,99); }
td.TdClassName
{
border-color: #EA2463;
}
.TagClassName
{
border-color: #EA2463;
}
</style>