Shades of Deep Cerise #EA398E
Tints of Deep Cerise #EA398E
RGB
CMYK
RGB Variations
Color information
#EA398E (or 0xEA398E) is known color: Deep Cerise. HEX triplet: EA, 39 and 8E. RGB value is (234,57,142). Sum of RGB (Red+Green+Blue) = 234+57+142=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA398E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA398E is #15C671. Grayscale: #777777. Windows color (decimal): -1427058 or 9320938. OLE color: 9320938.
HSL color Cylindrical-coordinate representation of color #EA398E: hue angle of 331.19º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA398E is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 142 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.08 |
| HSL | 331.19º | 0.81% | 0.57% | - |
| HSV(B) | 331.19º | 0.76% | 0.92% | - |
| XYZ | 40.28 | 22.37 | 27.79 | - |
| YUV | 119.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 142 | 0 | 0.76 | 0.39 | 0.08 | 331.19 | 0.81 | 0.57 |
| Hex | EA | 39 | 8E | 0 | 4C | 27 | 8 | 14B | 51 | 39 |
| Octal | 352 | 71 | 216 | 0 | 114 | 47 | 10 | 513 | 121 | 71 |
| Binary | 11101010 | 111001 | 10001110 | 0 | 1001100 | 100111 | 1000 | 101001011 | 1010001 | 111001 |
Color Harmonies of #EA398E
Complementary color
Monochromatic Colors of #EA398E
Black with #EA398E
Text Example
Text Example
White with #EA398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA398E; }
p { color: rgb(234,57,142); }
H1.HeaderClassName
{
color: #EA398E;
}
.AnyTagClassName
{
color: #EA398E;
}
</style>
background-color css
<style>
a { background-color: #EA398E; }
a { background-color: rgb(234,57,142); }
div.DivClassName
{
background-color: #EA398E;
}
.BgClassName
{
background-color: #EA398E;
}
</style>
border-color css
<style>
span { border-color: #EA398E; }
span { border-color: rgb(234,57,142); }
td.TdClassName
{
border-color: #EA398E;
}
.TagClassName
{
border-color: #EA398E;
}
</style>