Shades of Deep Cerise #ED3389
Tints of Deep Cerise #ED3389
RGB
CMYK
RGB Variations
Color information
#ED3389 (or 0xED3389) is known color: Deep Cerise. HEX triplet: ED, 33 and 89. RGB value is (237,51,137). Sum of RGB (Red+Green+Blue) = 237+51+137=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3389 is #12CC76. Grayscale: #747474. Windows color (decimal): -1231991 or 8991725. OLE color: 8991725.
HSL color Cylindrical-coordinate representation of color #ED3389: hue angle of 332.26º 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 #ED3389 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 137 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.07 |
| HSL | 332.26º | 0.84% | 0.56% | - |
| HSV(B) | 332.26º | 0.78% | 0.93% | - |
| XYZ | 40.62 | 22.18 | 25.81 | - |
| YUV | 116.42 | 139.62 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 137 | 0 | 0.78 | 0.42 | 0.07 | 332.26 | 0.84 | 0.56 |
| Hex | ED | 33 | 89 | 0 | 4E | 2A | 7 | 14C | 54 | 38 |
| Octal | 355 | 63 | 211 | 0 | 116 | 52 | 7 | 514 | 124 | 70 |
| Binary | 11101101 | 110011 | 10001001 | 0 | 1001110 | 101010 | 111 | 101001100 | 1010100 | 111000 |
Color Harmonies of #ED3389
Complementary color
Monochromatic Colors of #ED3389
Black with #ED3389
Text Example
Text Example
White with #ED3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3389; }
p { color: rgb(237,51,137); }
H1.HeaderClassName
{
color: #ED3389;
}
.AnyTagClassName
{
color: #ED3389;
}
</style>
background-color css
<style>
a { background-color: #ED3389; }
a { background-color: rgb(237,51,137); }
div.DivClassName
{
background-color: #ED3389;
}
.BgClassName
{
background-color: #ED3389;
}
</style>
border-color css
<style>
span { border-color: #ED3389; }
span { border-color: rgb(237,51,137); }
td.TdClassName
{
border-color: #ED3389;
}
.TagClassName
{
border-color: #ED3389;
}
</style>