Shades of Cerise #EA4862
Tints of Cerise #EA4862
RGB
CMYK
RGB Variations
Color information
#EA4862 (or 0xEA4862) is known color: Cerise. HEX triplet: EA, 48 and 62. RGB value is (234,72,98). Sum of RGB (Red+Green+Blue) = 234+72+98=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4862 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4862 is #15B79D. Grayscale: #7B7B7B. Windows color (decimal): -1423262 or 6441194. OLE color: 6441194.
HSL color Cylindrical-coordinate representation of color #EA4862: hue angle of 350.37º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4862 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 98 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.08 |
| HSL | 350.37º | 0.79% | 0.6% | - |
| HSV(B) | 350.37º | 0.69% | 0.92% | - |
| XYZ | 38.45 | 23.01 | 13.97 | - |
| YUV | 123.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 98 | 0 | 0.69 | 0.58 | 0.08 | 350.37 | 0.79 | 0.6 |
| Hex | EA | 48 | 62 | 0 | 45 | 3A | 8 | 15E | 4F | 3C |
| Octal | 352 | 110 | 142 | 0 | 105 | 72 | 10 | 536 | 117 | 74 |
| Binary | 11101010 | 1001000 | 1100010 | 0 | 1000101 | 111010 | 1000 | 101011110 | 1001111 | 111100 |
Color Harmonies of #EA4862
Complementary color
Monochromatic Colors of #EA4862
Black with #EA4862
Text Example
Text Example
White with #EA4862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4862; }
p { color: rgb(234,72,98); }
H1.HeaderClassName
{
color: #EA4862;
}
.AnyTagClassName
{
color: #EA4862;
}
</style>
background-color css
<style>
a { background-color: #EA4862; }
a { background-color: rgb(234,72,98); }
div.DivClassName
{
background-color: #EA4862;
}
.BgClassName
{
background-color: #EA4862;
}
</style>
border-color css
<style>
span { border-color: #EA4862; }
span { border-color: rgb(234,72,98); }
td.TdClassName
{
border-color: #EA4862;
}
.TagClassName
{
border-color: #EA4862;
}
</style>