Shades of Deep Pink #ED0981
Tints of Deep Pink #ED0981
RGB
CMYK
RGB Variations
Color information
#ED0981 (or 0xED0981) is known color: Deep Pink. HEX triplet: ED, 09 and 81. RGB value is (237,9,129). Sum of RGB (Red+Green+Blue) = 237+9+129=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0981 is #12F67E. Grayscale: #5A5A5A. Windows color (decimal): -1242751 or 8456685. OLE color: 8456685.
HSL color Cylindrical-coordinate representation of color #ED0981: hue angle of 328.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0981 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.07 |
| HSL | 328.42º | 0.93% | 0.48% | - |
| HSV(B) | 328.42º | 0.96% | 0.93% | - |
| XYZ | 38.99 | 19.78 | 22.53 | - |
| YUV | 90.85 | 149.54 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 129 | 0 | 0.96 | 0.46 | 0.07 | 328.42 | 0.93 | 0.48 |
| Hex | ED | 9 | 81 | 0 | 60 | 2E | 7 | 148 | 5D | 30 |
| Octal | 355 | 11 | 201 | 0 | 140 | 56 | 7 | 510 | 135 | 60 |
| Binary | 11101101 | 1001 | 10000001 | 0 | 1100000 | 101110 | 111 | 101001000 | 1011101 | 110000 |
Color Harmonies of #ED0981
Complementary color
Monochromatic Colors of #ED0981
Black with #ED0981
Text Example
Text Example
White with #ED0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0981; }
p { color: rgb(237,9,129); }
H1.HeaderClassName
{
color: #ED0981;
}
.AnyTagClassName
{
color: #ED0981;
}
</style>
background-color css
<style>
a { background-color: #ED0981; }
a { background-color: rgb(237,9,129); }
div.DivClassName
{
background-color: #ED0981;
}
.BgClassName
{
background-color: #ED0981;
}
</style>
border-color css
<style>
span { border-color: #ED0981; }
span { border-color: rgb(237,9,129); }
td.TdClassName
{
border-color: #ED0981;
}
.TagClassName
{
border-color: #ED0981;
}
</style>