Shades of Deep Cerise #EF217D
Tints of Deep Cerise #EF217D
RGB
CMYK
RGB Variations
Color information
#EF217D (or 0xEF217D) is known color: Deep Cerise. HEX triplet: EF, 21 and 7D. RGB value is (239,33,125). Sum of RGB (Red+Green+Blue) = 239+33+125=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF217D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF217D is #10DE82. Grayscale: #686868. Windows color (decimal): -1105539 or 8200687. OLE color: 8200687.
HSL color Cylindrical-coordinate representation of color #EF217D: hue angle of 333.2º 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 #EF217D is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 125 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.06 |
| HSL | 333.2º | 0.87% | 0.53% | - |
| HSV(B) | 333.2º | 0.86% | 0.94% | - |
| XYZ | 39.84 | 20.92 | 21.34 | - |
| YUV | 105.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 125 | 0 | 0.86 | 0.48 | 0.06 | 333.2 | 0.87 | 0.53 |
| Hex | EF | 21 | 7D | 0 | 56 | 30 | 6 | 14D | 57 | 35 |
| Octal | 357 | 41 | 175 | 0 | 126 | 60 | 6 | 515 | 127 | 65 |
| Binary | 11101111 | 100001 | 1111101 | 0 | 1010110 | 110000 | 110 | 101001101 | 1010111 | 110101 |
Color Harmonies of #EF217D
Complementary color
Monochromatic Colors of #EF217D
Black with #EF217D
Text Example
Text Example
White with #EF217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF217D; }
p { color: rgb(239,33,125); }
H1.HeaderClassName
{
color: #EF217D;
}
.AnyTagClassName
{
color: #EF217D;
}
</style>
background-color css
<style>
a { background-color: #EF217D; }
a { background-color: rgb(239,33,125); }
div.DivClassName
{
background-color: #EF217D;
}
.BgClassName
{
background-color: #EF217D;
}
</style>
border-color css
<style>
span { border-color: #EF217D; }
span { border-color: rgb(239,33,125); }
td.TdClassName
{
border-color: #EF217D;
}
.TagClassName
{
border-color: #EF217D;
}
</style>