Shades of Deep Cerise #ED3388
Tints of Deep Cerise #ED3388
RGB
CMYK
RGB Variations
Color information
#ED3388 (or 0xED3388) is known color: Deep Cerise. HEX triplet: ED, 33 and 88. RGB value is (237,51,136). Sum of RGB (Red+Green+Blue) = 237+51+136=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3388 is #12CC77. Grayscale: #747474. Windows color (decimal): -1231992 or 8926189. OLE color: 8926189.
HSL color Cylindrical-coordinate representation of color #ED3388: hue angle of 332.58º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3388 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 136 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.07 |
| HSL | 332.58º | 0.84% | 0.56% | - |
| HSV(B) | 332.58º | 0.78% | 0.93% | - |
| XYZ | 40.55 | 22.15 | 25.43 | - |
| YUV | 116.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 136 | 0 | 0.78 | 0.43 | 0.07 | 332.58 | 0.84 | 0.56 |
| Hex | ED | 33 | 88 | 0 | 4E | 2B | 7 | 14D | 54 | 38 |
| Octal | 355 | 63 | 210 | 0 | 116 | 53 | 7 | 515 | 124 | 70 |
| Binary | 11101101 | 110011 | 10001000 | 0 | 1001110 | 101011 | 111 | 101001101 | 1010100 | 111000 |
Color Harmonies of #ED3388
Complementary color
Monochromatic Colors of #ED3388
Black with #ED3388
Text Example
Text Example
White with #ED3388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3388; }
p { color: rgb(237,51,136); }
H1.HeaderClassName
{
color: #ED3388;
}
.AnyTagClassName
{
color: #ED3388;
}
</style>
background-color css
<style>
a { background-color: #ED3388; }
a { background-color: rgb(237,51,136); }
div.DivClassName
{
background-color: #ED3388;
}
.BgClassName
{
background-color: #ED3388;
}
</style>
border-color css
<style>
span { border-color: #ED3388; }
span { border-color: rgb(237,51,136); }
td.TdClassName
{
border-color: #ED3388;
}
.TagClassName
{
border-color: #ED3388;
}
</style>