Shades of Cerise #EA2863
Tints of Cerise #EA2863
RGB
CMYK
RGB Variations
Color information
#EA2863 (or 0xEA2863) is known color: Cerise. HEX triplet: EA, 28 and 63. RGB value is (234,40,99). Sum of RGB (Red+Green+Blue) = 234+40+99=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2863 is #15D79C. Grayscale: #686868. Windows color (decimal): -1431453 or 6498538. OLE color: 6498538.
HSL color Cylindrical-coordinate representation of color #EA2863: hue angle of 341.75º 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 #EA2863 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 99 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.08 |
| HSL | 341.75º | 0.82% | 0.54% | - |
| HSV(B) | 341.75º | 0.83% | 0.92% | - |
| XYZ | 36.94 | 19.91 | 13.7 | - |
| YUV | 104.73 | 124.77 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 99 | 0 | 0.83 | 0.58 | 0.08 | 341.75 | 0.82 | 0.54 |
| Hex | EA | 28 | 63 | 0 | 53 | 3A | 8 | 156 | 52 | 36 |
| Octal | 352 | 50 | 143 | 0 | 123 | 72 | 10 | 526 | 122 | 66 |
| Binary | 11101010 | 101000 | 1100011 | 0 | 1010011 | 111010 | 1000 | 101010110 | 1010010 | 110110 |
Color Harmonies of #EA2863
Complementary color
Monochromatic Colors of #EA2863
Black with #EA2863
Text Example
Text Example
White with #EA2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2863; }
p { color: rgb(234,40,99); }
H1.HeaderClassName
{
color: #EA2863;
}
.AnyTagClassName
{
color: #EA2863;
}
</style>
background-color css
<style>
a { background-color: #EA2863; }
a { background-color: rgb(234,40,99); }
div.DivClassName
{
background-color: #EA2863;
}
.BgClassName
{
background-color: #EA2863;
}
</style>
border-color css
<style>
span { border-color: #EA2863; }
span { border-color: rgb(234,40,99); }
td.TdClassName
{
border-color: #EA2863;
}
.TagClassName
{
border-color: #EA2863;
}
</style>