Shades of Deep Cerise #ED2788
Tints of Deep Cerise #ED2788
RGB
CMYK
RGB Variations
Color information
#ED2788 (or 0xED2788) is known color: Deep Cerise. HEX triplet: ED, 27 and 88. RGB value is (237,39,136). Sum of RGB (Red+Green+Blue) = 237+39+136=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2788 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2788 is #12D877. Grayscale: #6D6D6D. Windows color (decimal): -1235064 or 8923117. OLE color: 8923117.
HSL color Cylindrical-coordinate representation of color #ED2788: hue angle of 330.61º degrees, saturation: 0.85, 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 #ED2788 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 136 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.07 |
| HSL | 330.61º | 0.85% | 0.54% | - |
| HSV(B) | 330.61º | 0.84% | 0.93% | - |
| XYZ | 40.09 | 21.23 | 25.28 | - |
| YUV | 109.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 136 | 0 | 0.84 | 0.43 | 0.07 | 330.61 | 0.85 | 0.54 |
| Hex | ED | 27 | 88 | 0 | 54 | 2B | 7 | 14B | 55 | 36 |
| Octal | 355 | 47 | 210 | 0 | 124 | 53 | 7 | 513 | 125 | 66 |
| Binary | 11101101 | 100111 | 10001000 | 0 | 1010100 | 101011 | 111 | 101001011 | 1010101 | 110110 |
Color Harmonies of #ED2788
Complementary color
Monochromatic Colors of #ED2788
Black with #ED2788
Text Example
Text Example
White with #ED2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2788; }
p { color: rgb(237,39,136); }
H1.HeaderClassName
{
color: #ED2788;
}
.AnyTagClassName
{
color: #ED2788;
}
</style>
background-color css
<style>
a { background-color: #ED2788; }
a { background-color: rgb(237,39,136); }
div.DivClassName
{
background-color: #ED2788;
}
.BgClassName
{
background-color: #ED2788;
}
</style>
border-color css
<style>
span { border-color: #ED2788; }
span { border-color: rgb(237,39,136); }
td.TdClassName
{
border-color: #ED2788;
}
.TagClassName
{
border-color: #ED2788;
}
</style>