Shades of Deep Cerise #EF247B
Tints of Deep Cerise #EF247B
RGB
CMYK
RGB Variations
Color information
#EF247B (or 0xEF247B) is known color: Deep Cerise. HEX triplet: EF, 24 and 7B. RGB value is (239,36,123). Sum of RGB (Red+Green+Blue) = 239+36+123=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF247B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF247B is #10DB84. Grayscale: #6A6A6A. Windows color (decimal): -1104773 or 8070383. OLE color: 8070383.
HSL color Cylindrical-coordinate representation of color #EF247B: hue angle of 334.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF247B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 123 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.06 |
| HSL | 334.29º | 0.86% | 0.54% | - |
| HSV(B) | 334.29º | 0.85% | 0.94% | - |
| XYZ | 39.8 | 21.04 | 20.7 | - |
| YUV | 106.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 123 | 0 | 0.85 | 0.49 | 0.06 | 334.29 | 0.86 | 0.54 |
| Hex | EF | 24 | 7B | 0 | 55 | 31 | 6 | 14E | 56 | 36 |
| Octal | 357 | 44 | 173 | 0 | 125 | 61 | 6 | 516 | 126 | 66 |
| Binary | 11101111 | 100100 | 1111011 | 0 | 1010101 | 110001 | 110 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EF247B
Complementary color
Monochromatic Colors of #EF247B
Black with #EF247B
Text Example
Text Example
White with #EF247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF247B; }
p { color: rgb(239,36,123); }
H1.HeaderClassName
{
color: #EF247B;
}
.AnyTagClassName
{
color: #EF247B;
}
</style>
background-color css
<style>
a { background-color: #EF247B; }
a { background-color: rgb(239,36,123); }
div.DivClassName
{
background-color: #EF247B;
}
.BgClassName
{
background-color: #EF247B;
}
</style>
border-color css
<style>
span { border-color: #EF247B; }
span { border-color: rgb(239,36,123); }
td.TdClassName
{
border-color: #EF247B;
}
.TagClassName
{
border-color: #EF247B;
}
</style>