Shades of Deep Cerise #ED288D
Tints of Deep Cerise #ED288D
RGB
CMYK
RGB Variations
Color information
#ED288D (or 0xED288D) is known color: Deep Cerise. HEX triplet: ED, 28 and 8D. RGB value is (237,40,141). Sum of RGB (Red+Green+Blue) = 237+40+141=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED288D is #12D772. Grayscale: #6E6E6E. Windows color (decimal): -1234803 or 9251053. OLE color: 9251053.
HSL color Cylindrical-coordinate representation of color #ED288D: hue angle of 329.24º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED288D is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 141 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.07 |
| HSL | 329.24º | 0.85% | 0.54% | - |
| HSV(B) | 329.24º | 0.83% | 0.93% | - |
| XYZ | 40.49 | 21.45 | 27.2 | - |
| YUV | 110.42 | 145.27 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 141 | 0 | 0.83 | 0.41 | 0.07 | 329.24 | 0.85 | 0.54 |
| Hex | ED | 28 | 8D | 0 | 53 | 29 | 7 | 149 | 55 | 36 |
| Octal | 355 | 50 | 215 | 0 | 123 | 51 | 7 | 511 | 125 | 66 |
| Binary | 11101101 | 101000 | 10001101 | 0 | 1010011 | 101001 | 111 | 101001001 | 1010101 | 110110 |
Color Harmonies of #ED288D
Complementary color
Monochromatic Colors of #ED288D
Black with #ED288D
Text Example
Text Example
White with #ED288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED288D; }
p { color: rgb(237,40,141); }
H1.HeaderClassName
{
color: #ED288D;
}
.AnyTagClassName
{
color: #ED288D;
}
</style>
background-color css
<style>
a { background-color: #ED288D; }
a { background-color: rgb(237,40,141); }
div.DivClassName
{
background-color: #ED288D;
}
.BgClassName
{
background-color: #ED288D;
}
</style>
border-color css
<style>
span { border-color: #ED288D; }
span { border-color: rgb(237,40,141); }
td.TdClassName
{
border-color: #ED288D;
}
.TagClassName
{
border-color: #ED288D;
}
</style>