Shades of Deep Cerise #ED3188
Tints of Deep Cerise #ED3188
RGB
CMYK
RGB Variations
Color information
#ED3188 (or 0xED3188) is known color: Deep Cerise. HEX triplet: ED, 31 and 88. RGB value is (237,49,136). Sum of RGB (Red+Green+Blue) = 237+49+136=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3188 is #12CE77. Grayscale: #727272. Windows color (decimal): -1232504 or 8925677. OLE color: 8925677.
HSL color Cylindrical-coordinate representation of color #ED3188: hue angle of 332.23º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED3188 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 136 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.07 |
| HSL | 332.23º | 0.84% | 0.56% | - |
| HSV(B) | 332.23º | 0.79% | 0.93% | - |
| XYZ | 40.47 | 21.98 | 25.4 | - |
| YUV | 115.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 136 | 0 | 0.79 | 0.43 | 0.07 | 332.23 | 0.84 | 0.56 |
| Hex | ED | 31 | 88 | 0 | 4F | 2B | 7 | 14C | 54 | 38 |
| Octal | 355 | 61 | 210 | 0 | 117 | 53 | 7 | 514 | 124 | 70 |
| Binary | 11101101 | 110001 | 10001000 | 0 | 1001111 | 101011 | 111 | 101001100 | 1010100 | 111000 |
Color Harmonies of #ED3188
Complementary color
Monochromatic Colors of #ED3188
Black with #ED3188
Text Example
Text Example
White with #ED3188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3188; }
p { color: rgb(237,49,136); }
H1.HeaderClassName
{
color: #ED3188;
}
.AnyTagClassName
{
color: #ED3188;
}
</style>
background-color css
<style>
a { background-color: #ED3188; }
a { background-color: rgb(237,49,136); }
div.DivClassName
{
background-color: #ED3188;
}
.BgClassName
{
background-color: #ED3188;
}
</style>
border-color css
<style>
span { border-color: #ED3188; }
span { border-color: rgb(237,49,136); }
td.TdClassName
{
border-color: #ED3188;
}
.TagClassName
{
border-color: #ED3188;
}
</style>