Shades of Deep Pink #E60984
Tints of Deep Pink #E60984
RGB
CMYK
RGB Variations
Color information
#E60984 (or 0xE60984) is known color: Deep Pink. HEX triplet: E6, 09 and 84. RGB value is (230,9,132). Sum of RGB (Red+Green+Blue) = 230+9+132=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E60984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60984 is #19F67B. Grayscale: #585858. Windows color (decimal): -1701500 or 8653286. OLE color: 8653286.
HSL color Cylindrical-coordinate representation of color #E60984: hue angle of 326.61º 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 #E60984 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 132 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.10 |
| HSL | 326.61º | 0.92% | 0.47% | - |
| HSV(B) | 326.61º | 0.96% | 0.9% | - |
| XYZ | 36.9 | 18.68 | 23.49 | - |
| YUV | 89.1 | 152.22 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 132 | 0 | 0.96 | 0.43 | 0.10 | 326.61 | 0.92 | 0.47 |
| Hex | E6 | 9 | 84 | 0 | 60 | 2B | A | 147 | 5C | 2F |
| Octal | 346 | 11 | 204 | 0 | 140 | 53 | 12 | 507 | 134 | 57 |
| Binary | 11100110 | 1001 | 10000100 | 0 | 1100000 | 101011 | 1010 | 101000111 | 1011100 | 101111 |
Color Harmonies of #E60984
Complementary color
Monochromatic Colors of #E60984
Black with #E60984
Text Example
Text Example
White with #E60984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60984; }
p { color: rgb(230,9,132); }
H1.HeaderClassName
{
color: #E60984;
}
.AnyTagClassName
{
color: #E60984;
}
</style>
background-color css
<style>
a { background-color: #E60984; }
a { background-color: rgb(230,9,132); }
div.DivClassName
{
background-color: #E60984;
}
.BgClassName
{
background-color: #E60984;
}
</style>
border-color css
<style>
span { border-color: #E60984; }
span { border-color: rgb(230,9,132); }
td.TdClassName
{
border-color: #E60984;
}
.TagClassName
{
border-color: #E60984;
}
</style>