Shades of Cerise #EA4262
Tints of Cerise #EA4262
RGB
CMYK
RGB Variations
Color information
#EA4262 (or 0xEA4262) is known color: Cerise. HEX triplet: EA, 42 and 62. RGB value is (234,66,98). Sum of RGB (Red+Green+Blue) = 234+66+98=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4262 is #15BD9D. Grayscale: #777777. Windows color (decimal): -1424798 or 6439658. OLE color: 6439658.
HSL color Cylindrical-coordinate representation of color #EA4262: hue angle of 348.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4262 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 98 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.08 |
| HSL | 348.57º | 0.8% | 0.59% | - |
| HSV(B) | 348.57º | 0.72% | 0.92% | - |
| XYZ | 38.08 | 22.27 | 13.85 | - |
| YUV | 119.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 98 | 0 | 0.72 | 0.58 | 0.08 | 348.57 | 0.8 | 0.59 |
| Hex | EA | 42 | 62 | 0 | 48 | 3A | 8 | 15D | 50 | 3B |
| Octal | 352 | 102 | 142 | 0 | 110 | 72 | 10 | 535 | 120 | 73 |
| Binary | 11101010 | 1000010 | 1100010 | 0 | 1001000 | 111010 | 1000 | 101011101 | 1010000 | 111011 |
Color Harmonies of #EA4262
Complementary color
Monochromatic Colors of #EA4262
Black with #EA4262
Text Example
Text Example
White with #EA4262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4262; }
p { color: rgb(234,66,98); }
H1.HeaderClassName
{
color: #EA4262;
}
.AnyTagClassName
{
color: #EA4262;
}
</style>
background-color css
<style>
a { background-color: #EA4262; }
a { background-color: rgb(234,66,98); }
div.DivClassName
{
background-color: #EA4262;
}
.BgClassName
{
background-color: #EA4262;
}
</style>
border-color css
<style>
span { border-color: #EA4262; }
span { border-color: rgb(234,66,98); }
td.TdClassName
{
border-color: #EA4262;
}
.TagClassName
{
border-color: #EA4262;
}
</style>