Shades of Deep Cerise #EF287A
Tints of Deep Cerise #EF287A
RGB
CMYK
RGB Variations
Color information
#EF287A (or 0xEF287A) is known color: Deep Cerise. HEX triplet: EF, 28 and 7A. RGB value is (239,40,122). Sum of RGB (Red+Green+Blue) = 239+40+122=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF287A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF287A is #10D785. Grayscale: #6C6C6C. Windows color (decimal): -1103750 or 8005871. OLE color: 8005871.
HSL color Cylindrical-coordinate representation of color #EF287A: hue angle of 335.28º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF287A is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 122 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.06 |
| HSL | 335.28º | 0.86% | 0.55% | - |
| HSV(B) | 335.28º | 0.83% | 0.94% | - |
| XYZ | 39.87 | 21.27 | 20.42 | - |
| YUV | 108.85 | 135.43 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 122 | 0 | 0.83 | 0.49 | 0.06 | 335.28 | 0.86 | 0.55 |
| Hex | EF | 28 | 7A | 0 | 53 | 31 | 6 | 14F | 56 | 37 |
| Octal | 357 | 50 | 172 | 0 | 123 | 61 | 6 | 517 | 126 | 67 |
| Binary | 11101111 | 101000 | 1111010 | 0 | 1010011 | 110001 | 110 | 101001111 | 1010110 | 110111 |
Color Harmonies of #EF287A
Complementary color
Monochromatic Colors of #EF287A
Black with #EF287A
Text Example
Text Example
White with #EF287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF287A; }
p { color: rgb(239,40,122); }
H1.HeaderClassName
{
color: #EF287A;
}
.AnyTagClassName
{
color: #EF287A;
}
</style>
background-color css
<style>
a { background-color: #EF287A; }
a { background-color: rgb(239,40,122); }
div.DivClassName
{
background-color: #EF287A;
}
.BgClassName
{
background-color: #EF287A;
}
</style>
border-color css
<style>
span { border-color: #EF287A; }
span { border-color: rgb(239,40,122); }
td.TdClassName
{
border-color: #EF287A;
}
.TagClassName
{
border-color: #EF287A;
}
</style>