Shades of Deep Cerise #EF2985
Tints of Deep Cerise #EF2985
RGB
CMYK
RGB Variations
Color information
#EF2985 (or 0xEF2985) is known color: Deep Cerise. HEX triplet: EF, 29 and 85. RGB value is (239,41,133). Sum of RGB (Red+Green+Blue) = 239+41+133=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2985 is #10D67A. Grayscale: #6E6E6E. Windows color (decimal): -1103483 or 8727023. OLE color: 8727023.
HSL color Cylindrical-coordinate representation of color #EF2985: hue angle of 332.12º 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 #EF2985 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 133 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.06 |
| HSL | 332.12º | 0.86% | 0.55% | - |
| HSV(B) | 332.12º | 0.83% | 0.94% | - |
| XYZ | 40.62 | 21.63 | 24.22 | - |
| YUV | 110.69 | 140.6 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 133 | 0 | 0.83 | 0.44 | 0.06 | 332.12 | 0.86 | 0.55 |
| Hex | EF | 29 | 85 | 0 | 53 | 2C | 6 | 14C | 56 | 37 |
| Octal | 357 | 51 | 205 | 0 | 123 | 54 | 6 | 514 | 126 | 67 |
| Binary | 11101111 | 101001 | 10000101 | 0 | 1010011 | 101100 | 110 | 101001100 | 1010110 | 110111 |
Color Harmonies of #EF2985
Complementary color
Monochromatic Colors of #EF2985
Black with #EF2985
Text Example
Text Example
White with #EF2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2985; }
p { color: rgb(239,41,133); }
H1.HeaderClassName
{
color: #EF2985;
}
.AnyTagClassName
{
color: #EF2985;
}
</style>
background-color css
<style>
a { background-color: #EF2985; }
a { background-color: rgb(239,41,133); }
div.DivClassName
{
background-color: #EF2985;
}
.BgClassName
{
background-color: #EF2985;
}
</style>
border-color css
<style>
span { border-color: #EF2985; }
span { border-color: rgb(239,41,133); }
td.TdClassName
{
border-color: #EF2985;
}
.TagClassName
{
border-color: #EF2985;
}
</style>