Shades of Deep Cerise #EF2689
Tints of Deep Cerise #EF2689
RGB
CMYK
RGB Variations
Color information
#EF2689 (or 0xEF2689) is known color: Deep Cerise. HEX triplet: EF, 26 and 89. RGB value is (239,38,137). Sum of RGB (Red+Green+Blue) = 239+38+137=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2689 is #10D976. Grayscale: #6D6D6D. Windows color (decimal): -1104247 or 8988399. OLE color: 8988399.
HSL color Cylindrical-coordinate representation of color #EF2689: hue angle of 330.45º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2689 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 137 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.06 |
| HSL | 330.45º | 0.86% | 0.54% | - |
| HSV(B) | 330.45º | 0.84% | 0.94% | - |
| XYZ | 40.81 | 21.54 | 25.67 | - |
| YUV | 109.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 137 | 0 | 0.84 | 0.43 | 0.06 | 330.45 | 0.86 | 0.54 |
| Hex | EF | 26 | 89 | 0 | 54 | 2B | 6 | 14A | 56 | 36 |
| Octal | 357 | 46 | 211 | 0 | 124 | 53 | 6 | 512 | 126 | 66 |
| Binary | 11101111 | 100110 | 10001001 | 0 | 1010100 | 101011 | 110 | 101001010 | 1010110 | 110110 |
Color Harmonies of #EF2689
Complementary color
Monochromatic Colors of #EF2689
Black with #EF2689
Text Example
Text Example
White with #EF2689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2689; }
p { color: rgb(239,38,137); }
H1.HeaderClassName
{
color: #EF2689;
}
.AnyTagClassName
{
color: #EF2689;
}
</style>
background-color css
<style>
a { background-color: #EF2689; }
a { background-color: rgb(239,38,137); }
div.DivClassName
{
background-color: #EF2689;
}
.BgClassName
{
background-color: #EF2689;
}
</style>
border-color css
<style>
span { border-color: #EF2689; }
span { border-color: rgb(239,38,137); }
td.TdClassName
{
border-color: #EF2689;
}
.TagClassName
{
border-color: #EF2689;
}
</style>