Shades of Deep Cerise #EF2781
Tints of Deep Cerise #EF2781
RGB
CMYK
RGB Variations
Color information
#EF2781 (or 0xEF2781) is known color: Deep Cerise. HEX triplet: EF, 27 and 81. RGB value is (239,39,129). Sum of RGB (Red+Green+Blue) = 239+39+129=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2781 is #10D87E. Grayscale: #6C6C6C. Windows color (decimal): -1103999 or 8464367. OLE color: 8464367.
HSL color Cylindrical-coordinate representation of color #EF2781: hue angle of 333º 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 #EF2781 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 129 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.06 |
| HSL | 333º | 0.86% | 0.55% | - |
| HSV(B) | 333º | 0.84% | 0.94% | - |
| XYZ | 40.28 | 21.39 | 22.77 | - |
| YUV | 109.06 | 139.26 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 129 | 0 | 0.84 | 0.46 | 0.06 | 333 | 0.86 | 0.55 |
| Hex | EF | 27 | 81 | 0 | 54 | 2E | 6 | 14D | 56 | 37 |
| Octal | 357 | 47 | 201 | 0 | 124 | 56 | 6 | 515 | 126 | 67 |
| Binary | 11101111 | 100111 | 10000001 | 0 | 1010100 | 101110 | 110 | 101001101 | 1010110 | 110111 |
Color Harmonies of #EF2781
Complementary color
Monochromatic Colors of #EF2781
Black with #EF2781
Text Example
Text Example
White with #EF2781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2781; }
p { color: rgb(239,39,129); }
H1.HeaderClassName
{
color: #EF2781;
}
.AnyTagClassName
{
color: #EF2781;
}
</style>
background-color css
<style>
a { background-color: #EF2781; }
a { background-color: rgb(239,39,129); }
div.DivClassName
{
background-color: #EF2781;
}
.BgClassName
{
background-color: #EF2781;
}
</style>
border-color css
<style>
span { border-color: #EF2781; }
span { border-color: rgb(239,39,129); }
td.TdClassName
{
border-color: #EF2781;
}
.TagClassName
{
border-color: #EF2781;
}
</style>