Shades of Deep Cerise #EF2380
Tints of Deep Cerise #EF2380
RGB
CMYK
RGB Variations
Color information
#EF2380 (or 0xEF2380) is known color: Deep Cerise. HEX triplet: EF, 23 and 80. RGB value is (239,35,128). Sum of RGB (Red+Green+Blue) = 239+35+128=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2380 is #10DC7F. Grayscale: #6A6A6A. Windows color (decimal): -1105024 or 8397807. OLE color: 8397807.
HSL color Cylindrical-coordinate representation of color #EF2380: hue angle of 332.65º 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 #EF2380 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 128 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.06 |
| HSL | 332.65º | 0.86% | 0.54% | - |
| HSV(B) | 332.65º | 0.85% | 0.94% | - |
| XYZ | 40.09 | 21.11 | 22.38 | - |
| YUV | 106.6 | 140.09 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 128 | 0 | 0.85 | 0.46 | 0.06 | 332.65 | 0.86 | 0.54 |
| Hex | EF | 23 | 80 | 0 | 55 | 2E | 6 | 14D | 56 | 36 |
| Octal | 357 | 43 | 200 | 0 | 125 | 56 | 6 | 515 | 126 | 66 |
| Binary | 11101111 | 100011 | 10000000 | 0 | 1010101 | 101110 | 110 | 101001101 | 1010110 | 110110 |
Color Harmonies of #EF2380
Complementary color
Monochromatic Colors of #EF2380
Black with #EF2380
Text Example
Text Example
White with #EF2380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2380; }
p { color: rgb(239,35,128); }
H1.HeaderClassName
{
color: #EF2380;
}
.AnyTagClassName
{
color: #EF2380;
}
</style>
background-color css
<style>
a { background-color: #EF2380; }
a { background-color: rgb(239,35,128); }
div.DivClassName
{
background-color: #EF2380;
}
.BgClassName
{
background-color: #EF2380;
}
</style>
border-color css
<style>
span { border-color: #EF2380; }
span { border-color: rgb(239,35,128); }
td.TdClassName
{
border-color: #EF2380;
}
.TagClassName
{
border-color: #EF2380;
}
</style>