Shades of Deep Cerise #ED2582
Tints of Deep Cerise #ED2582
RGB
CMYK
RGB Variations
Color information
#ED2582 (or 0xED2582) is known color: Deep Cerise. HEX triplet: ED, 25 and 82. RGB value is (237,37,130). Sum of RGB (Red+Green+Blue) = 237+37+130=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2582 is #12DA7D. Grayscale: #6B6B6B. Windows color (decimal): -1235582 or 8529389. OLE color: 8529389.
HSL color Cylindrical-coordinate representation of color #ED2582: hue angle of 332.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2582 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 130 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.07 |
| HSL | 332.1º | 0.85% | 0.54% | - |
| HSV(B) | 332.1º | 0.84% | 0.93% | - |
| XYZ | 39.62 | 20.94 | 23.07 | - |
| YUV | 107.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 130 | 0 | 0.84 | 0.45 | 0.07 | 332.1 | 0.85 | 0.54 |
| Hex | ED | 25 | 82 | 0 | 54 | 2D | 7 | 14C | 55 | 36 |
| Octal | 355 | 45 | 202 | 0 | 124 | 55 | 7 | 514 | 125 | 66 |
| Binary | 11101101 | 100101 | 10000010 | 0 | 1010100 | 101101 | 111 | 101001100 | 1010101 | 110110 |
Color Harmonies of #ED2582
Complementary color
Monochromatic Colors of #ED2582
Black with #ED2582
Text Example
Text Example
White with #ED2582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2582; }
p { color: rgb(237,37,130); }
H1.HeaderClassName
{
color: #ED2582;
}
.AnyTagClassName
{
color: #ED2582;
}
</style>
background-color css
<style>
a { background-color: #ED2582; }
a { background-color: rgb(237,37,130); }
div.DivClassName
{
background-color: #ED2582;
}
.BgClassName
{
background-color: #ED2582;
}
</style>
border-color css
<style>
span { border-color: #ED2582; }
span { border-color: rgb(237,37,130); }
td.TdClassName
{
border-color: #ED2582;
}
.TagClassName
{
border-color: #ED2582;
}
</style>