Shades of Deep Cerise #EF277F
Tints of Deep Cerise #EF277F
RGB
CMYK
RGB Variations
Color information
#EF277F (or 0xEF277F) is known color: Deep Cerise. HEX triplet: EF, 27 and 7F. RGB value is (239,39,127). Sum of RGB (Red+Green+Blue) = 239+39+127=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF277F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF277F is #10D880. Grayscale: #6C6C6C. Windows color (decimal): -1104001 or 8333295. OLE color: 8333295.
HSL color Cylindrical-coordinate representation of color #EF277F: hue angle of 333.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF277F is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 127 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.06 |
| HSL | 333.6º | 0.86% | 0.55% | - |
| HSV(B) | 333.6º | 0.84% | 0.94% | - |
| XYZ | 40.15 | 21.33 | 22.08 | - |
| YUV | 108.83 | 138.26 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 127 | 0 | 0.84 | 0.47 | 0.06 | 333.6 | 0.86 | 0.55 |
| Hex | EF | 27 | 7F | 0 | 54 | 2F | 6 | 14E | 56 | 37 |
| Octal | 357 | 47 | 177 | 0 | 124 | 57 | 6 | 516 | 126 | 67 |
| Binary | 11101111 | 100111 | 1111111 | 0 | 1010100 | 101111 | 110 | 101001110 | 1010110 | 110111 |
Color Harmonies of #EF277F
Complementary color
Monochromatic Colors of #EF277F
Black with #EF277F
Text Example
Text Example
White with #EF277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF277F; }
p { color: rgb(239,39,127); }
H1.HeaderClassName
{
color: #EF277F;
}
.AnyTagClassName
{
color: #EF277F;
}
</style>
background-color css
<style>
a { background-color: #EF277F; }
a { background-color: rgb(239,39,127); }
div.DivClassName
{
background-color: #EF277F;
}
.BgClassName
{
background-color: #EF277F;
}
</style>
border-color css
<style>
span { border-color: #EF277F; }
span { border-color: rgb(239,39,127); }
td.TdClassName
{
border-color: #EF277F;
}
.TagClassName
{
border-color: #EF277F;
}
</style>