Shades of Deep Cerise #ED2982
Tints of Deep Cerise #ED2982
RGB
CMYK
RGB Variations
Color information
#ED2982 (or 0xED2982) is known color: Deep Cerise. HEX triplet: ED, 29 and 82. RGB value is (237,41,130). Sum of RGB (Red+Green+Blue) = 237+41+130=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2982 is #12D67D. Grayscale: #6D6D6D. Windows color (decimal): -1234558 or 8530413. OLE color: 8530413.
HSL color Cylindrical-coordinate representation of color #ED2982: hue angle of 332.76º 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 #ED2982 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 130 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.07 |
| HSL | 332.76º | 0.84% | 0.55% | - |
| HSV(B) | 332.76º | 0.83% | 0.93% | - |
| XYZ | 39.75 | 21.2 | 23.12 | - |
| YUV | 109.75 | 139.43 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 130 | 0 | 0.83 | 0.45 | 0.07 | 332.76 | 0.84 | 0.55 |
| Hex | ED | 29 | 82 | 0 | 53 | 2D | 7 | 14D | 54 | 37 |
| Octal | 355 | 51 | 202 | 0 | 123 | 55 | 7 | 515 | 124 | 67 |
| Binary | 11101101 | 101001 | 10000010 | 0 | 1010011 | 101101 | 111 | 101001101 | 1010100 | 110111 |
Color Harmonies of #ED2982
Complementary color
Monochromatic Colors of #ED2982
Black with #ED2982
Text Example
Text Example
White with #ED2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2982; }
p { color: rgb(237,41,130); }
H1.HeaderClassName
{
color: #ED2982;
}
.AnyTagClassName
{
color: #ED2982;
}
</style>
background-color css
<style>
a { background-color: #ED2982; }
a { background-color: rgb(237,41,130); }
div.DivClassName
{
background-color: #ED2982;
}
.BgClassName
{
background-color: #ED2982;
}
</style>
border-color css
<style>
span { border-color: #ED2982; }
span { border-color: rgb(237,41,130); }
td.TdClassName
{
border-color: #ED2982;
}
.TagClassName
{
border-color: #ED2982;
}
</style>