Shades of Deep Cerise #ED3488
Tints of Deep Cerise #ED3488
RGB
CMYK
RGB Variations
Color information
#ED3488 (or 0xED3488) is known color: Deep Cerise. HEX triplet: ED, 34 and 88. RGB value is (237,52,136). Sum of RGB (Red+Green+Blue) = 237+52+136=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3488 is #12CB77. Grayscale: #747474. Windows color (decimal): -1231736 or 8926445. OLE color: 8926445.
HSL color Cylindrical-coordinate representation of color #ED3488: hue angle of 332.76º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3488 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 136 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.07 |
| HSL | 332.76º | 0.84% | 0.57% | - |
| HSV(B) | 332.76º | 0.78% | 0.93% | - |
| XYZ | 40.6 | 22.24 | 25.45 | - |
| YUV | 116.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 136 | 0 | 0.78 | 0.43 | 0.07 | 332.76 | 0.84 | 0.57 |
| Hex | ED | 34 | 88 | 0 | 4E | 2B | 7 | 14D | 54 | 39 |
| Octal | 355 | 64 | 210 | 0 | 116 | 53 | 7 | 515 | 124 | 71 |
| Binary | 11101101 | 110100 | 10001000 | 0 | 1001110 | 101011 | 111 | 101001101 | 1010100 | 111001 |
Color Harmonies of #ED3488
Complementary color
Monochromatic Colors of #ED3488
Black with #ED3488
Text Example
Text Example
White with #ED3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3488; }
p { color: rgb(237,52,136); }
H1.HeaderClassName
{
color: #ED3488;
}
.AnyTagClassName
{
color: #ED3488;
}
</style>
background-color css
<style>
a { background-color: #ED3488; }
a { background-color: rgb(237,52,136); }
div.DivClassName
{
background-color: #ED3488;
}
.BgClassName
{
background-color: #ED3488;
}
</style>
border-color css
<style>
span { border-color: #ED3488; }
span { border-color: rgb(237,52,136); }
td.TdClassName
{
border-color: #ED3488;
}
.TagClassName
{
border-color: #ED3488;
}
</style>