Shades of Deep Cerise #EA298E
Tints of Deep Cerise #EA298E
RGB
CMYK
RGB Variations
Color information
#EA298E (or 0xEA298E) is known color: Deep Cerise. HEX triplet: EA, 29 and 8E. RGB value is (234,41,142). Sum of RGB (Red+Green+Blue) = 234+41+142=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA298E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA298E is #15D671. Grayscale: #6E6E6E. Windows color (decimal): -1431154 or 9316842. OLE color: 9316842.
HSL color Cylindrical-coordinate representation of color #EA298E: hue angle of 328.6º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA298E is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 142 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.08 |
| HSL | 328.6º | 0.82% | 0.54% | - |
| HSV(B) | 328.6º | 0.82% | 0.92% | - |
| XYZ | 39.61 | 21.03 | 27.56 | - |
| YUV | 110.22 | 145.94 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 142 | 0 | 0.82 | 0.39 | 0.08 | 328.6 | 0.82 | 0.54 |
| Hex | EA | 29 | 8E | 0 | 52 | 27 | 8 | 149 | 52 | 36 |
| Octal | 352 | 51 | 216 | 0 | 122 | 47 | 10 | 511 | 122 | 66 |
| Binary | 11101010 | 101001 | 10001110 | 0 | 1010010 | 100111 | 1000 | 101001001 | 1010010 | 110110 |
Color Harmonies of #EA298E
Complementary color
Monochromatic Colors of #EA298E
Black with #EA298E
Text Example
Text Example
White with #EA298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA298E; }
p { color: rgb(234,41,142); }
H1.HeaderClassName
{
color: #EA298E;
}
.AnyTagClassName
{
color: #EA298E;
}
</style>
background-color css
<style>
a { background-color: #EA298E; }
a { background-color: rgb(234,41,142); }
div.DivClassName
{
background-color: #EA298E;
}
.BgClassName
{
background-color: #EA298E;
}
</style>
border-color css
<style>
span { border-color: #EA298E; }
span { border-color: rgb(234,41,142); }
td.TdClassName
{
border-color: #EA298E;
}
.TagClassName
{
border-color: #EA298E;
}
</style>