Shades of Deep Cerise #EE2584
Tints of Deep Cerise #EE2584
RGB
CMYK
RGB Variations
Color information
#EE2584 (or 0xEE2584) is known color: Deep Cerise. HEX triplet: EE, 25 and 84. RGB value is (238,37,132). Sum of RGB (Red+Green+Blue) = 238+37+132=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2584 is #11DA7B. Grayscale: #6B6B6B. Windows color (decimal): -1170044 or 8660462. OLE color: 8660462.
HSL color Cylindrical-coordinate representation of color #EE2584: hue angle of 331.64º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2584 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 132 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.07 |
| HSL | 331.64º | 0.86% | 0.54% | - |
| HSV(B) | 331.64º | 0.84% | 0.93% | - |
| XYZ | 40.09 | 21.17 | 23.8 | - |
| YUV | 107.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 132 | 0 | 0.84 | 0.45 | 0.07 | 331.64 | 0.86 | 0.54 |
| Hex | EE | 25 | 84 | 0 | 54 | 2D | 7 | 14C | 56 | 36 |
| Octal | 356 | 45 | 204 | 0 | 124 | 55 | 7 | 514 | 126 | 66 |
| Binary | 11101110 | 100101 | 10000100 | 0 | 1010100 | 101101 | 111 | 101001100 | 1010110 | 110110 |
Color Harmonies of #EE2584
Complementary color
Monochromatic Colors of #EE2584
Black with #EE2584
Text Example
Text Example
White with #EE2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2584; }
p { color: rgb(238,37,132); }
H1.HeaderClassName
{
color: #EE2584;
}
.AnyTagClassName
{
color: #EE2584;
}
</style>
background-color css
<style>
a { background-color: #EE2584; }
a { background-color: rgb(238,37,132); }
div.DivClassName
{
background-color: #EE2584;
}
.BgClassName
{
background-color: #EE2584;
}
</style>
border-color css
<style>
span { border-color: #EE2584; }
span { border-color: rgb(238,37,132); }
td.TdClassName
{
border-color: #EE2584;
}
.TagClassName
{
border-color: #EE2584;
}
</style>