Shades of Deep Cerise #EA318E
Tints of Deep Cerise #EA318E
RGB
CMYK
RGB Variations
Color information
#EA318E (or 0xEA318E) is known color: Deep Cerise. HEX triplet: EA, 31 and 8E. RGB value is (234,49,142). Sum of RGB (Red+Green+Blue) = 234+49+142=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA318E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA318E is #15CE71. Grayscale: #727272. Windows color (decimal): -1429106 or 9318890. OLE color: 9318890.
HSL color Cylindrical-coordinate representation of color #EA318E: hue angle of 329.84º degrees, saturation: 0.81, 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 #EA318E is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 142 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.08 |
| HSL | 329.84º | 0.81% | 0.55% | - |
| HSV(B) | 329.84º | 0.79% | 0.92% | - |
| XYZ | 39.91 | 21.64 | 27.66 | - |
| YUV | 114.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 142 | 0 | 0.79 | 0.39 | 0.08 | 329.84 | 0.81 | 0.55 |
| Hex | EA | 31 | 8E | 0 | 4F | 27 | 8 | 14A | 51 | 37 |
| Octal | 352 | 61 | 216 | 0 | 117 | 47 | 10 | 512 | 121 | 67 |
| Binary | 11101010 | 110001 | 10001110 | 0 | 1001111 | 100111 | 1000 | 101001010 | 1010001 | 110111 |
Color Harmonies of #EA318E
Complementary color
Monochromatic Colors of #EA318E
Black with #EA318E
Text Example
Text Example
White with #EA318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA318E; }
p { color: rgb(234,49,142); }
H1.HeaderClassName
{
color: #EA318E;
}
.AnyTagClassName
{
color: #EA318E;
}
</style>
background-color css
<style>
a { background-color: #EA318E; }
a { background-color: rgb(234,49,142); }
div.DivClassName
{
background-color: #EA318E;
}
.BgClassName
{
background-color: #EA318E;
}
</style>
border-color css
<style>
span { border-color: #EA318E; }
span { border-color: rgb(234,49,142); }
td.TdClassName
{
border-color: #EA318E;
}
.TagClassName
{
border-color: #EA318E;
}
</style>