Shades of Deep Pink #E60981
Tints of Deep Pink #E60981
RGB
CMYK
RGB Variations
Color information
#E60981 (or 0xE60981) is known color: Deep Pink. HEX triplet: E6, 09 and 81. RGB value is (230,9,129). Sum of RGB (Red+Green+Blue) = 230+9+129=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E60981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60981 is #19F67E. Grayscale: #585858. Windows color (decimal): -1701503 or 8456678. OLE color: 8456678.
HSL color Cylindrical-coordinate representation of color #E60981: hue angle of 327.42º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60981 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.10 |
| HSL | 327.42º | 0.92% | 0.47% | - |
| HSV(B) | 327.42º | 0.96% | 0.9% | - |
| XYZ | 36.69 | 18.6 | 22.43 | - |
| YUV | 88.76 | 150.72 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 129 | 0 | 0.96 | 0.44 | 0.10 | 327.42 | 0.92 | 0.47 |
| Hex | E6 | 9 | 81 | 0 | 60 | 2C | A | 147 | 5C | 2F |
| Octal | 346 | 11 | 201 | 0 | 140 | 54 | 12 | 507 | 134 | 57 |
| Binary | 11100110 | 1001 | 10000001 | 0 | 1100000 | 101100 | 1010 | 101000111 | 1011100 | 101111 |
Color Harmonies of #E60981
Complementary color
Monochromatic Colors of #E60981
Black with #E60981
Text Example
Text Example
White with #E60981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60981; }
p { color: rgb(230,9,129); }
H1.HeaderClassName
{
color: #E60981;
}
.AnyTagClassName
{
color: #E60981;
}
</style>
background-color css
<style>
a { background-color: #E60981; }
a { background-color: rgb(230,9,129); }
div.DivClassName
{
background-color: #E60981;
}
.BgClassName
{
background-color: #E60981;
}
</style>
border-color css
<style>
span { border-color: #E60981; }
span { border-color: rgb(230,9,129); }
td.TdClassName
{
border-color: #E60981;
}
.TagClassName
{
border-color: #E60981;
}
</style>