Shades of Deep Cerise #EF317C
Tints of Deep Cerise #EF317C
RGB
CMYK
RGB Variations
Color information
#EF317C (or 0xEF317C) is known color: Deep Cerise. HEX triplet: EF, 31 and 7C. RGB value is (239,49,124). Sum of RGB (Red+Green+Blue) = 239+49+124=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF317C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF317C is #10CE83. Grayscale: #727272. Windows color (decimal): -1101444 or 8139247. OLE color: 8139247.
HSL color Cylindrical-coordinate representation of color #EF317C: hue angle of 336.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF317C is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 124 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.06 |
| HSL | 336.32º | 0.86% | 0.56% | - |
| HSV(B) | 336.32º | 0.79% | 0.94% | - |
| XYZ | 40.33 | 22 | 21.19 | - |
| YUV | 114.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 124 | 0 | 0.79 | 0.48 | 0.06 | 336.32 | 0.86 | 0.56 |
| Hex | EF | 31 | 7C | 0 | 4F | 30 | 6 | 150 | 56 | 38 |
| Octal | 357 | 61 | 174 | 0 | 117 | 60 | 6 | 520 | 126 | 70 |
| Binary | 11101111 | 110001 | 1111100 | 0 | 1001111 | 110000 | 110 | 101010000 | 1010110 | 111000 |
Color Harmonies of #EF317C
Complementary color
Monochromatic Colors of #EF317C
Black with #EF317C
Text Example
Text Example
White with #EF317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF317C; }
p { color: rgb(239,49,124); }
H1.HeaderClassName
{
color: #EF317C;
}
.AnyTagClassName
{
color: #EF317C;
}
</style>
background-color css
<style>
a { background-color: #EF317C; }
a { background-color: rgb(239,49,124); }
div.DivClassName
{
background-color: #EF317C;
}
.BgClassName
{
background-color: #EF317C;
}
</style>
border-color css
<style>
span { border-color: #EF317C; }
span { border-color: rgb(239,49,124); }
td.TdClassName
{
border-color: #EF317C;
}
.TagClassName
{
border-color: #EF317C;
}
</style>