Shades of Deep Cerise #EF217C
Tints of Deep Cerise #EF217C
RGB
CMYK
RGB Variations
Color information
#EF217C (or 0xEF217C) is known color: Deep Cerise. HEX triplet: EF, 21 and 7C. RGB value is (239,33,124). Sum of RGB (Red+Green+Blue) = 239+33+124=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF217C is #10DE83. Grayscale: #686868. Windows color (decimal): -1105540 or 8135151. OLE color: 8135151.
HSL color Cylindrical-coordinate representation of color #EF217C: hue angle of 333.5º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF217C is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 124 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.06 |
| HSL | 333.5º | 0.87% | 0.53% | - |
| HSV(B) | 333.5º | 0.86% | 0.94% | - |
| XYZ | 39.78 | 20.89 | 21.01 | - |
| YUV | 104.97 | 138.75 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 124 | 0 | 0.86 | 0.48 | 0.06 | 333.5 | 0.87 | 0.53 |
| Hex | EF | 21 | 7C | 0 | 56 | 30 | 6 | 14D | 57 | 35 |
| Octal | 357 | 41 | 174 | 0 | 126 | 60 | 6 | 515 | 127 | 65 |
| Binary | 11101111 | 100001 | 1111100 | 0 | 1010110 | 110000 | 110 | 101001101 | 1010111 | 110101 |
Color Harmonies of #EF217C
Complementary color
Monochromatic Colors of #EF217C
Black with #EF217C
Text Example
Text Example
White with #EF217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF217C; }
p { color: rgb(239,33,124); }
H1.HeaderClassName
{
color: #EF217C;
}
.AnyTagClassName
{
color: #EF217C;
}
</style>
background-color css
<style>
a { background-color: #EF217C; }
a { background-color: rgb(239,33,124); }
div.DivClassName
{
background-color: #EF217C;
}
.BgClassName
{
background-color: #EF217C;
}
</style>
border-color css
<style>
span { border-color: #EF217C; }
span { border-color: rgb(239,33,124); }
td.TdClassName
{
border-color: #EF217C;
}
.TagClassName
{
border-color: #EF217C;
}
</style>