Shades of Deep Cerise #EA317C
Tints of Deep Cerise #EA317C
RGB
CMYK
RGB Variations
Color information
#EA317C (or 0xEA317C) is known color: Deep Cerise. HEX triplet: EA, 31 and 7C. RGB value is (234,49,124). Sum of RGB (Red+Green+Blue) = 234+49+124=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA317C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA317C is #15CE83. Grayscale: #707070. Windows color (decimal): -1429124 or 8139242. OLE color: 8139242.
HSL color Cylindrical-coordinate representation of color #EA317C: hue angle of 335.68º 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 #EA317C is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 124 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.08 |
| HSL | 335.68º | 0.81% | 0.55% | - |
| HSV(B) | 335.68º | 0.79% | 0.92% | - |
| XYZ | 38.67 | 21.14 | 21.11 | - |
| YUV | 112.87 | 134.29 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 124 | 0 | 0.79 | 0.47 | 0.08 | 335.68 | 0.81 | 0.55 |
| Hex | EA | 31 | 7C | 0 | 4F | 2F | 8 | 150 | 51 | 37 |
| Octal | 352 | 61 | 174 | 0 | 117 | 57 | 10 | 520 | 121 | 67 |
| Binary | 11101010 | 110001 | 1111100 | 0 | 1001111 | 101111 | 1000 | 101010000 | 1010001 | 110111 |
Color Harmonies of #EA317C
Complementary color
Monochromatic Colors of #EA317C
Black with #EA317C
Text Example
Text Example
White with #EA317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA317C; }
p { color: rgb(234,49,124); }
H1.HeaderClassName
{
color: #EA317C;
}
.AnyTagClassName
{
color: #EA317C;
}
</style>
background-color css
<style>
a { background-color: #EA317C; }
a { background-color: rgb(234,49,124); }
div.DivClassName
{
background-color: #EA317C;
}
.BgClassName
{
background-color: #EA317C;
}
</style>
border-color css
<style>
span { border-color: #EA317C; }
span { border-color: rgb(234,49,124); }
td.TdClassName
{
border-color: #EA317C;
}
.TagClassName
{
border-color: #EA317C;
}
</style>