Shades of Deep Cerise #ED2981
Tints of Deep Cerise #ED2981
RGB
CMYK
RGB Variations
Color information
#ED2981 (or 0xED2981) is known color: Deep Cerise. HEX triplet: ED, 29 and 81. RGB value is (237,41,129). Sum of RGB (Red+Green+Blue) = 237+41+129=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2981 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2981 is #12D67E. Grayscale: #6D6D6D. Windows color (decimal): -1234559 or 8464877. OLE color: 8464877.
HSL color Cylindrical-coordinate representation of color #ED2981: hue angle of 333.06º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2981 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 129 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.07 |
| HSL | 333.06º | 0.84% | 0.55% | - |
| HSV(B) | 333.06º | 0.83% | 0.93% | - |
| XYZ | 39.68 | 21.18 | 22.76 | - |
| YUV | 109.64 | 138.93 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 129 | 0 | 0.83 | 0.46 | 0.07 | 333.06 | 0.84 | 0.55 |
| Hex | ED | 29 | 81 | 0 | 53 | 2E | 7 | 14D | 54 | 37 |
| Octal | 355 | 51 | 201 | 0 | 123 | 56 | 7 | 515 | 124 | 67 |
| Binary | 11101101 | 101001 | 10000001 | 0 | 1010011 | 101110 | 111 | 101001101 | 1010100 | 110111 |
Color Harmonies of #ED2981
Complementary color
Monochromatic Colors of #ED2981
Black with #ED2981
Text Example
Text Example
White with #ED2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2981; }
p { color: rgb(237,41,129); }
H1.HeaderClassName
{
color: #ED2981;
}
.AnyTagClassName
{
color: #ED2981;
}
</style>
background-color css
<style>
a { background-color: #ED2981; }
a { background-color: rgb(237,41,129); }
div.DivClassName
{
background-color: #ED2981;
}
.BgClassName
{
background-color: #ED2981;
}
</style>
border-color css
<style>
span { border-color: #ED2981; }
span { border-color: rgb(237,41,129); }
td.TdClassName
{
border-color: #ED2981;
}
.TagClassName
{
border-color: #ED2981;
}
</style>