Shades of Deep Cerise #EF277A
Tints of Deep Cerise #EF277A
RGB
CMYK
RGB Variations
Color information
#EF277A (or 0xEF277A) is known color: Deep Cerise. HEX triplet: EF, 27 and 7A. RGB value is (239,39,122). Sum of RGB (Red+Green+Blue) = 239+39+122=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF277A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF277A is #10D885. Grayscale: #6C6C6C. Windows color (decimal): -1104006 or 8005615. OLE color: 8005615.
HSL color Cylindrical-coordinate representation of color #EF277A: hue angle of 335.1º 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 #EF277A is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 122 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.06 |
| HSL | 335.1º | 0.86% | 0.55% | - |
| HSV(B) | 335.1º | 0.84% | 0.94% | - |
| XYZ | 39.83 | 21.21 | 20.41 | - |
| YUV | 108.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 122 | 0 | 0.84 | 0.49 | 0.06 | 335.1 | 0.86 | 0.55 |
| Hex | EF | 27 | 7A | 0 | 54 | 31 | 6 | 14F | 56 | 37 |
| Octal | 357 | 47 | 172 | 0 | 124 | 61 | 6 | 517 | 126 | 67 |
| Binary | 11101111 | 100111 | 1111010 | 0 | 1010100 | 110001 | 110 | 101001111 | 1010110 | 110111 |
Color Harmonies of #EF277A
Complementary color
Monochromatic Colors of #EF277A
Black with #EF277A
Text Example
Text Example
White with #EF277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF277A; }
p { color: rgb(239,39,122); }
H1.HeaderClassName
{
color: #EF277A;
}
.AnyTagClassName
{
color: #EF277A;
}
</style>
background-color css
<style>
a { background-color: #EF277A; }
a { background-color: rgb(239,39,122); }
div.DivClassName
{
background-color: #EF277A;
}
.BgClassName
{
background-color: #EF277A;
}
</style>
border-color css
<style>
span { border-color: #EF277A; }
span { border-color: rgb(239,39,122); }
td.TdClassName
{
border-color: #EF277A;
}
.TagClassName
{
border-color: #EF277A;
}
</style>