Shades of Deep Cerise #ED2488
Tints of Deep Cerise #ED2488
RGB
CMYK
RGB Variations
Color information
#ED2488 (or 0xED2488) is known color: Deep Cerise. HEX triplet: ED, 24 and 88. RGB value is (237,36,136). Sum of RGB (Red+Green+Blue) = 237+36+136=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2488 is #12DB77. Grayscale: #6B6B6B. Windows color (decimal): -1235832 or 8922349. OLE color: 8922349.
HSL color Cylindrical-coordinate representation of color #ED2488: hue angle of 330.15º 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 #ED2488 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 136 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.07 |
| HSL | 330.15º | 0.85% | 0.54% | - |
| HSV(B) | 330.15º | 0.85% | 0.93% | - |
| XYZ | 40 | 21.04 | 25.25 | - |
| YUV | 107.5 | 144.09 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 136 | 0 | 0.85 | 0.43 | 0.07 | 330.15 | 0.85 | 0.54 |
| Hex | ED | 24 | 88 | 0 | 55 | 2B | 7 | 14A | 55 | 36 |
| Octal | 355 | 44 | 210 | 0 | 125 | 53 | 7 | 512 | 125 | 66 |
| Binary | 11101101 | 100100 | 10001000 | 0 | 1010101 | 101011 | 111 | 101001010 | 1010101 | 110110 |
Color Harmonies of #ED2488
Complementary color
Monochromatic Colors of #ED2488
Black with #ED2488
Text Example
Text Example
White with #ED2488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2488; }
p { color: rgb(237,36,136); }
H1.HeaderClassName
{
color: #ED2488;
}
.AnyTagClassName
{
color: #ED2488;
}
</style>
background-color css
<style>
a { background-color: #ED2488; }
a { background-color: rgb(237,36,136); }
div.DivClassName
{
background-color: #ED2488;
}
.BgClassName
{
background-color: #ED2488;
}
</style>
border-color css
<style>
span { border-color: #ED2488; }
span { border-color: rgb(237,36,136); }
td.TdClassName
{
border-color: #ED2488;
}
.TagClassName
{
border-color: #ED2488;
}
</style>