Shades of Deep Cerise #ED2484
Tints of Deep Cerise #ED2484
RGB
CMYK
RGB Variations
Color information
#ED2484 (or 0xED2484) is known color: Deep Cerise. HEX triplet: ED, 24 and 84. RGB value is (237,36,132). Sum of RGB (Red+Green+Blue) = 237+36+132=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2484 is #12DB7B. Grayscale: #6A6A6A. Windows color (decimal): -1235836 or 8660205. OLE color: 8660205.
HSL color Cylindrical-coordinate representation of color #ED2484: hue angle of 331.34º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2484 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 132 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.07 |
| HSL | 331.34º | 0.85% | 0.54% | - |
| HSV(B) | 331.34º | 0.85% | 0.93% | - |
| XYZ | 39.72 | 20.93 | 23.78 | - |
| YUV | 107.04 | 142.09 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 132 | 0 | 0.85 | 0.44 | 0.07 | 331.34 | 0.85 | 0.54 |
| Hex | ED | 24 | 84 | 0 | 55 | 2C | 7 | 14B | 55 | 36 |
| Octal | 355 | 44 | 204 | 0 | 125 | 54 | 7 | 513 | 125 | 66 |
| Binary | 11101101 | 100100 | 10000100 | 0 | 1010101 | 101100 | 111 | 101001011 | 1010101 | 110110 |
Color Harmonies of #ED2484
Complementary color
Monochromatic Colors of #ED2484
Black with #ED2484
Text Example
Text Example
White with #ED2484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2484; }
p { color: rgb(237,36,132); }
H1.HeaderClassName
{
color: #ED2484;
}
.AnyTagClassName
{
color: #ED2484;
}
</style>
background-color css
<style>
a { background-color: #ED2484; }
a { background-color: rgb(237,36,132); }
div.DivClassName
{
background-color: #ED2484;
}
.BgClassName
{
background-color: #ED2484;
}
</style>
border-color css
<style>
span { border-color: #ED2484; }
span { border-color: rgb(237,36,132); }
td.TdClassName
{
border-color: #ED2484;
}
.TagClassName
{
border-color: #ED2484;
}
</style>