Shades of Deep Cerise #EF207C
Tints of Deep Cerise #EF207C
RGB
CMYK
RGB Variations
Color information
#EF207C (or 0xEF207C) is known color: Deep Cerise. HEX triplet: EF, 20 and 7C. RGB value is (239,32,124). Sum of RGB (Red+Green+Blue) = 239+32+124=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF207C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF207C is #10DF83. Grayscale: #686868. Windows color (decimal): -1105796 or 8134895. OLE color: 8134895.
HSL color Cylindrical-coordinate representation of color #EF207C: hue angle of 333.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF207C is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 124 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.06 |
| HSL | 333.33º | 0.87% | 0.53% | - |
| HSV(B) | 333.33º | 0.87% | 0.94% | - |
| XYZ | 39.75 | 20.84 | 21 | - |
| YUV | 104.38 | 139.08 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 124 | 0 | 0.87 | 0.48 | 0.06 | 333.33 | 0.87 | 0.53 |
| Hex | EF | 20 | 7C | 0 | 57 | 30 | 6 | 14D | 57 | 35 |
| Octal | 357 | 40 | 174 | 0 | 127 | 60 | 6 | 515 | 127 | 65 |
| Binary | 11101111 | 100000 | 1111100 | 0 | 1010111 | 110000 | 110 | 101001101 | 1010111 | 110101 |
Color Harmonies of #EF207C
Complementary color
Monochromatic Colors of #EF207C
Black with #EF207C
Text Example
Text Example
White with #EF207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF207C; }
p { color: rgb(239,32,124); }
H1.HeaderClassName
{
color: #EF207C;
}
.AnyTagClassName
{
color: #EF207C;
}
</style>
background-color css
<style>
a { background-color: #EF207C; }
a { background-color: rgb(239,32,124); }
div.DivClassName
{
background-color: #EF207C;
}
.BgClassName
{
background-color: #EF207C;
}
</style>
border-color css
<style>
span { border-color: #EF207C; }
span { border-color: rgb(239,32,124); }
td.TdClassName
{
border-color: #EF207C;
}
.TagClassName
{
border-color: #EF207C;
}
</style>