Shades of Deep Cerise #EF277E
Tints of Deep Cerise #EF277E
RGB
CMYK
RGB Variations
Color information
#EF277E (or 0xEF277E) is known color: Deep Cerise. HEX triplet: EF, 27 and 7E. RGB value is (239,39,126). Sum of RGB (Red+Green+Blue) = 239+39+126=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF277E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF277E is #10D881. Grayscale: #6C6C6C. Windows color (decimal): -1104002 or 8267759. OLE color: 8267759.
HSL color Cylindrical-coordinate representation of color #EF277E: hue angle of 333.9º 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 #EF277E is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 126 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.06 |
| HSL | 333.9º | 0.86% | 0.55% | - |
| HSV(B) | 333.9º | 0.84% | 0.94% | - |
| XYZ | 40.09 | 21.31 | 21.74 | - |
| YUV | 108.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 126 | 0 | 0.84 | 0.47 | 0.06 | 333.9 | 0.86 | 0.55 |
| Hex | EF | 27 | 7E | 0 | 54 | 2F | 6 | 14E | 56 | 37 |
| Octal | 357 | 47 | 176 | 0 | 124 | 57 | 6 | 516 | 126 | 67 |
| Binary | 11101111 | 100111 | 1111110 | 0 | 1010100 | 101111 | 110 | 101001110 | 1010110 | 110111 |
Color Harmonies of #EF277E
Complementary color
Monochromatic Colors of #EF277E
Black with #EF277E
Text Example
Text Example
White with #EF277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF277E; }
p { color: rgb(239,39,126); }
H1.HeaderClassName
{
color: #EF277E;
}
.AnyTagClassName
{
color: #EF277E;
}
</style>
background-color css
<style>
a { background-color: #EF277E; }
a { background-color: rgb(239,39,126); }
div.DivClassName
{
background-color: #EF277E;
}
.BgClassName
{
background-color: #EF277E;
}
</style>
border-color css
<style>
span { border-color: #EF277E; }
span { border-color: rgb(239,39,126); }
td.TdClassName
{
border-color: #EF277E;
}
.TagClassName
{
border-color: #EF277E;
}
</style>