Shades of Deep Cerise #EF2385
Tints of Deep Cerise #EF2385
RGB
CMYK
RGB Variations
Color information
#EF2385 (or 0xEF2385) is known color: Deep Cerise. HEX triplet: EF, 23 and 85. RGB value is (239,35,133). Sum of RGB (Red+Green+Blue) = 239+35+133=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2385 is #10DC7A. Grayscale: #6A6A6A. Windows color (decimal): -1105019 or 8725487. OLE color: 8725487.
HSL color Cylindrical-coordinate representation of color #EF2385: hue angle of 331.18º 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 #EF2385 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 133 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.06 |
| HSL | 331.18º | 0.86% | 0.54% | - |
| HSV(B) | 331.18º | 0.85% | 0.94% | - |
| XYZ | 40.43 | 21.25 | 24.16 | - |
| YUV | 107.17 | 142.59 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 133 | 0 | 0.85 | 0.44 | 0.06 | 331.18 | 0.86 | 0.54 |
| Hex | EF | 23 | 85 | 0 | 55 | 2C | 6 | 14B | 56 | 36 |
| Octal | 357 | 43 | 205 | 0 | 125 | 54 | 6 | 513 | 126 | 66 |
| Binary | 11101111 | 100011 | 10000101 | 0 | 1010101 | 101100 | 110 | 101001011 | 1010110 | 110110 |
Color Harmonies of #EF2385
Complementary color
Monochromatic Colors of #EF2385
Black with #EF2385
Text Example
Text Example
White with #EF2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2385; }
p { color: rgb(239,35,133); }
H1.HeaderClassName
{
color: #EF2385;
}
.AnyTagClassName
{
color: #EF2385;
}
</style>
background-color css
<style>
a { background-color: #EF2385; }
a { background-color: rgb(239,35,133); }
div.DivClassName
{
background-color: #EF2385;
}
.BgClassName
{
background-color: #EF2385;
}
</style>
border-color css
<style>
span { border-color: #EF2385; }
span { border-color: rgb(239,35,133); }
td.TdClassName
{
border-color: #EF2385;
}
.TagClassName
{
border-color: #EF2385;
}
</style>