Shades of Cerise #EA3062
Tints of Cerise #EA3062
RGB
CMYK
RGB Variations
Color information
#EA3062 (or 0xEA3062) is known color: Cerise. HEX triplet: EA, 30 and 62. RGB value is (234,48,98). Sum of RGB (Red+Green+Blue) = 234+48+98=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3062 is #15CF9D. Grayscale: #6D6D6D. Windows color (decimal): -1429406 or 6435050. OLE color: 6435050.
HSL color Cylindrical-coordinate representation of color #EA3062: hue angle of 343.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3062 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 98 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.08 |
| HSL | 343.87º | 0.82% | 0.55% | - |
| HSV(B) | 343.87º | 0.79% | 0.92% | - |
| XYZ | 37.19 | 20.49 | 13.55 | - |
| YUV | 109.31 | 121.62 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 98 | 0 | 0.79 | 0.58 | 0.08 | 343.87 | 0.82 | 0.55 |
| Hex | EA | 30 | 62 | 0 | 4F | 3A | 8 | 158 | 52 | 37 |
| Octal | 352 | 60 | 142 | 0 | 117 | 72 | 10 | 530 | 122 | 67 |
| Binary | 11101010 | 110000 | 1100010 | 0 | 1001111 | 111010 | 1000 | 101011000 | 1010010 | 110111 |
Color Harmonies of #EA3062
Complementary color
Monochromatic Colors of #EA3062
Black with #EA3062
Text Example
Text Example
White with #EA3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3062; }
p { color: rgb(234,48,98); }
H1.HeaderClassName
{
color: #EA3062;
}
.AnyTagClassName
{
color: #EA3062;
}
</style>
background-color css
<style>
a { background-color: #EA3062; }
a { background-color: rgb(234,48,98); }
div.DivClassName
{
background-color: #EA3062;
}
.BgClassName
{
background-color: #EA3062;
}
</style>
border-color css
<style>
span { border-color: #EA3062; }
span { border-color: rgb(234,48,98); }
td.TdClassName
{
border-color: #EA3062;
}
.TagClassName
{
border-color: #EA3062;
}
</style>