Shades of Deep Cerise #ED2388
Tints of Deep Cerise #ED2388
RGB
CMYK
RGB Variations
Color information
#ED2388 (or 0xED2388) is known color: Deep Cerise. HEX triplet: ED, 23 and 88. RGB value is (237,35,136). Sum of RGB (Red+Green+Blue) = 237+35+136=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2388 is #12DC77. Grayscale: #6A6A6A. Windows color (decimal): -1236088 or 8922093. OLE color: 8922093.
HSL color Cylindrical-coordinate representation of color #ED2388: hue angle of 330º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2388 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 136 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.07 |
| HSL | 330º | 0.85% | 0.53% | - |
| HSV(B) | 330º | 0.85% | 0.93% | - |
| XYZ | 39.97 | 20.98 | 25.24 | - |
| YUV | 106.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 136 | 0 | 0.85 | 0.43 | 0.07 | 330 | 0.85 | 0.53 |
| Hex | ED | 23 | 88 | 0 | 55 | 2B | 7 | 14A | 55 | 35 |
| Octal | 355 | 43 | 210 | 0 | 125 | 53 | 7 | 512 | 125 | 65 |
| Binary | 11101101 | 100011 | 10001000 | 0 | 1010101 | 101011 | 111 | 101001010 | 1010101 | 110101 |
Color Harmonies of #ED2388
Complementary color
Monochromatic Colors of #ED2388
Black with #ED2388
Text Example
Text Example
White with #ED2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2388; }
p { color: rgb(237,35,136); }
H1.HeaderClassName
{
color: #ED2388;
}
.AnyTagClassName
{
color: #ED2388;
}
</style>
background-color css
<style>
a { background-color: #ED2388; }
a { background-color: rgb(237,35,136); }
div.DivClassName
{
background-color: #ED2388;
}
.BgClassName
{
background-color: #ED2388;
}
</style>
border-color css
<style>
span { border-color: #ED2388; }
span { border-color: rgb(237,35,136); }
td.TdClassName
{
border-color: #ED2388;
}
.TagClassName
{
border-color: #ED2388;
}
</style>