Shades of Deep Cerise #ED3089
Tints of Deep Cerise #ED3089
RGB
CMYK
RGB Variations
Color information
#ED3089 (or 0xED3089) is known color: Deep Cerise. HEX triplet: ED, 30 and 89. RGB value is (237,48,137). Sum of RGB (Red+Green+Blue) = 237+48+137=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3089 is #12CF76. Grayscale: #727272. Windows color (decimal): -1232759 or 8990957. OLE color: 8990957.
HSL color Cylindrical-coordinate representation of color #ED3089: hue angle of 331.75º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED3089 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 137 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.07 |
| HSL | 331.75º | 0.84% | 0.56% | - |
| HSV(B) | 331.75º | 0.8% | 0.93% | - |
| XYZ | 40.5 | 21.92 | 25.76 | - |
| YUV | 114.66 | 140.62 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 137 | 0 | 0.80 | 0.42 | 0.07 | 331.75 | 0.84 | 0.56 |
| Hex | ED | 30 | 89 | 0 | 50 | 2A | 7 | 14C | 54 | 38 |
| Octal | 355 | 60 | 211 | 0 | 120 | 52 | 7 | 514 | 124 | 70 |
| Binary | 11101101 | 110000 | 10001001 | 0 | 1010000 | 101010 | 111 | 101001100 | 1010100 | 111000 |
Color Harmonies of #ED3089
Complementary color
Monochromatic Colors of #ED3089
Black with #ED3089
Text Example
Text Example
White with #ED3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3089; }
p { color: rgb(237,48,137); }
H1.HeaderClassName
{
color: #ED3089;
}
.AnyTagClassName
{
color: #ED3089;
}
</style>
background-color css
<style>
a { background-color: #ED3089; }
a { background-color: rgb(237,48,137); }
div.DivClassName
{
background-color: #ED3089;
}
.BgClassName
{
background-color: #ED3089;
}
</style>
border-color css
<style>
span { border-color: #ED3089; }
span { border-color: rgb(237,48,137); }
td.TdClassName
{
border-color: #ED3089;
}
.TagClassName
{
border-color: #ED3089;
}
</style>