Shades of Deep Cerise #EF2584
Tints of Deep Cerise #EF2584
RGB
CMYK
RGB Variations
Color information
#EF2584 (or 0xEF2584) is known color: Deep Cerise. HEX triplet: EF, 25 and 84. RGB value is (239,37,132). Sum of RGB (Red+Green+Blue) = 239+37+132=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2584 is #10DA7B. Grayscale: #6C6C6C. Windows color (decimal): -1104508 or 8660463. OLE color: 8660463.
HSL color Cylindrical-coordinate representation of color #EF2584: hue angle of 331.78º 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 #EF2584 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 132 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.06 |
| HSL | 331.78º | 0.86% | 0.54% | - |
| HSV(B) | 331.78º | 0.85% | 0.94% | - |
| XYZ | 40.42 | 21.34 | 23.82 | - |
| YUV | 108.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 132 | 0 | 0.85 | 0.45 | 0.06 | 331.78 | 0.86 | 0.54 |
| Hex | EF | 25 | 84 | 0 | 55 | 2D | 6 | 14C | 56 | 36 |
| Octal | 357 | 45 | 204 | 0 | 125 | 55 | 6 | 514 | 126 | 66 |
| Binary | 11101111 | 100101 | 10000100 | 0 | 1010101 | 101101 | 110 | 101001100 | 1010110 | 110110 |
Color Harmonies of #EF2584
Complementary color
Monochromatic Colors of #EF2584
Black with #EF2584
Text Example
Text Example
White with #EF2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2584; }
p { color: rgb(239,37,132); }
H1.HeaderClassName
{
color: #EF2584;
}
.AnyTagClassName
{
color: #EF2584;
}
</style>
background-color css
<style>
a { background-color: #EF2584; }
a { background-color: rgb(239,37,132); }
div.DivClassName
{
background-color: #EF2584;
}
.BgClassName
{
background-color: #EF2584;
}
</style>
border-color css
<style>
span { border-color: #EF2584; }
span { border-color: rgb(239,37,132); }
td.TdClassName
{
border-color: #EF2584;
}
.TagClassName
{
border-color: #EF2584;
}
</style>