Shades of Deep Cerise #EF2B89
Tints of Deep Cerise #EF2B89
RGB
CMYK
RGB Variations
Color information
#EF2B89 (or 0xEF2B89) is known color: Deep Cerise. HEX triplet: EF, 2B and 89. RGB value is (239,43,137). Sum of RGB (Red+Green+Blue) = 239+43+137=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2B89 is #10D476. Grayscale: #707070. Windows color (decimal): -1102967 or 8989679. OLE color: 8989679.
HSL color Cylindrical-coordinate representation of color #EF2B89: hue angle of 331.22º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2B89 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 137 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.06 |
| HSL | 331.22º | 0.86% | 0.55% | - |
| HSV(B) | 331.22º | 0.82% | 0.94% | - |
| XYZ | 40.98 | 21.88 | 25.73 | - |
| YUV | 112.32 | 141.93 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 137 | 0 | 0.82 | 0.43 | 0.06 | 331.22 | 0.86 | 0.55 |
| Hex | EF | 2B | 89 | 0 | 52 | 2B | 6 | 14B | 56 | 37 |
| Octal | 357 | 53 | 211 | 0 | 122 | 53 | 6 | 513 | 126 | 67 |
| Binary | 11101111 | 101011 | 10001001 | 0 | 1010010 | 101011 | 110 | 101001011 | 1010110 | 110111 |
Color Harmonies of #EF2B89
Complementary color
Monochromatic Colors of #EF2B89
Black with #EF2B89
Text Example
Text Example
White with #EF2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B89; }
p { color: rgb(239,43,137); }
H1.HeaderClassName
{
color: #EF2B89;
}
.AnyTagClassName
{
color: #EF2B89;
}
</style>
background-color css
<style>
a { background-color: #EF2B89; }
a { background-color: rgb(239,43,137); }
div.DivClassName
{
background-color: #EF2B89;
}
.BgClassName
{
background-color: #EF2B89;
}
</style>
border-color css
<style>
span { border-color: #EF2B89; }
span { border-color: rgb(239,43,137); }
td.TdClassName
{
border-color: #EF2B89;
}
.TagClassName
{
border-color: #EF2B89;
}
</style>