Shades of Deep Cerise #ED2581
Tints of Deep Cerise #ED2581
RGB
CMYK
RGB Variations
Color information
#ED2581 (or 0xED2581) is known color: Deep Cerise. HEX triplet: ED, 25 and 81. RGB value is (237,37,129). Sum of RGB (Red+Green+Blue) = 237+37+129=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2581 is #12DA7E. Grayscale: #6B6B6B. Windows color (decimal): -1235583 or 8463853. OLE color: 8463853.
HSL color Cylindrical-coordinate representation of color #ED2581: hue angle of 332.4º 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 #ED2581 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 129 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.07 |
| HSL | 332.4º | 0.85% | 0.54% | - |
| HSV(B) | 332.4º | 0.84% | 0.93% | - |
| XYZ | 39.55 | 20.91 | 22.72 | - |
| YUV | 107.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 129 | 0 | 0.84 | 0.46 | 0.07 | 332.4 | 0.85 | 0.54 |
| Hex | ED | 25 | 81 | 0 | 54 | 2E | 7 | 14C | 55 | 36 |
| Octal | 355 | 45 | 201 | 0 | 124 | 56 | 7 | 514 | 125 | 66 |
| Binary | 11101101 | 100101 | 10000001 | 0 | 1010100 | 101110 | 111 | 101001100 | 1010101 | 110110 |
Color Harmonies of #ED2581
Complementary color
Monochromatic Colors of #ED2581
Black with #ED2581
Text Example
Text Example
White with #ED2581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2581; }
p { color: rgb(237,37,129); }
H1.HeaderClassName
{
color: #ED2581;
}
.AnyTagClassName
{
color: #ED2581;
}
</style>
background-color css
<style>
a { background-color: #ED2581; }
a { background-color: rgb(237,37,129); }
div.DivClassName
{
background-color: #ED2581;
}
.BgClassName
{
background-color: #ED2581;
}
</style>
border-color css
<style>
span { border-color: #ED2581; }
span { border-color: rgb(237,37,129); }
td.TdClassName
{
border-color: #ED2581;
}
.TagClassName
{
border-color: #ED2581;
}
</style>