Shades of Deep Cerise #ED2681
Tints of Deep Cerise #ED2681
RGB
CMYK
RGB Variations
Color information
#ED2681 (or 0xED2681) is known color: Deep Cerise. HEX triplet: ED, 26 and 81. RGB value is (237,38,129). Sum of RGB (Red+Green+Blue) = 237+38+129=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2681 is #12D97E. Grayscale: #6B6B6B. Windows color (decimal): -1235327 or 8464109. OLE color: 8464109.
HSL color Cylindrical-coordinate representation of color #ED2681: hue angle of 332.56º 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 #ED2681 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 129 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.07 |
| HSL | 332.56º | 0.85% | 0.54% | - |
| HSV(B) | 332.56º | 0.84% | 0.93% | - |
| XYZ | 39.58 | 20.98 | 22.73 | - |
| YUV | 107.88 | 139.93 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 129 | 0 | 0.84 | 0.46 | 0.07 | 332.56 | 0.85 | 0.54 |
| Hex | ED | 26 | 81 | 0 | 54 | 2E | 7 | 14D | 55 | 36 |
| Octal | 355 | 46 | 201 | 0 | 124 | 56 | 7 | 515 | 125 | 66 |
| Binary | 11101101 | 100110 | 10000001 | 0 | 1010100 | 101110 | 111 | 101001101 | 1010101 | 110110 |
Color Harmonies of #ED2681
Complementary color
Monochromatic Colors of #ED2681
Black with #ED2681
Text Example
Text Example
White with #ED2681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2681; }
p { color: rgb(237,38,129); }
H1.HeaderClassName
{
color: #ED2681;
}
.AnyTagClassName
{
color: #ED2681;
}
</style>
background-color css
<style>
a { background-color: #ED2681; }
a { background-color: rgb(237,38,129); }
div.DivClassName
{
background-color: #ED2681;
}
.BgClassName
{
background-color: #ED2681;
}
</style>
border-color css
<style>
span { border-color: #ED2681; }
span { border-color: rgb(237,38,129); }
td.TdClassName
{
border-color: #ED2681;
}
.TagClassName
{
border-color: #ED2681;
}
</style>