Shades of Deep Cerise #ED2D89
Tints of Deep Cerise #ED2D89
RGB
CMYK
RGB Variations
Color information
#ED2D89 (or 0xED2D89) is known color: Deep Cerise. HEX triplet: ED, 2D and 89. RGB value is (237,45,137). Sum of RGB (Red+Green+Blue) = 237+45+137=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2D89 is #12D276. Grayscale: #707070. Windows color (decimal): -1233527 or 8990189. OLE color: 8990189.
HSL color Cylindrical-coordinate representation of color #ED2D89: hue angle of 331.25º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2D89 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 137 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.07 |
| HSL | 331.25º | 0.84% | 0.55% | - |
| HSV(B) | 331.25º | 0.81% | 0.93% | - |
| XYZ | 40.38 | 21.69 | 25.72 | - |
| YUV | 112.9 | 141.61 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 137 | 0 | 0.81 | 0.42 | 0.07 | 331.25 | 0.84 | 0.55 |
| Hex | ED | 2D | 89 | 0 | 51 | 2A | 7 | 14B | 54 | 37 |
| Octal | 355 | 55 | 211 | 0 | 121 | 52 | 7 | 513 | 124 | 67 |
| Binary | 11101101 | 101101 | 10001001 | 0 | 1010001 | 101010 | 111 | 101001011 | 1010100 | 110111 |
Color Harmonies of #ED2D89
Complementary color
Monochromatic Colors of #ED2D89
Black with #ED2D89
Text Example
Text Example
White with #ED2D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D89; }
p { color: rgb(237,45,137); }
H1.HeaderClassName
{
color: #ED2D89;
}
.AnyTagClassName
{
color: #ED2D89;
}
</style>
background-color css
<style>
a { background-color: #ED2D89; }
a { background-color: rgb(237,45,137); }
div.DivClassName
{
background-color: #ED2D89;
}
.BgClassName
{
background-color: #ED2D89;
}
</style>
border-color css
<style>
span { border-color: #ED2D89; }
span { border-color: rgb(237,45,137); }
td.TdClassName
{
border-color: #ED2D89;
}
.TagClassName
{
border-color: #ED2D89;
}
</style>