Shades of Deep Pink #E60982
Tints of Deep Pink #E60982
RGB
CMYK
RGB Variations
Color information
#E60982 (or 0xE60982) is known color: Deep Pink. HEX triplet: E6, 09 and 82. RGB value is (230,9,130). Sum of RGB (Red+Green+Blue) = 230+9+130=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E60982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60982 is #19F67D. Grayscale: #585858. Windows color (decimal): -1701502 or 8522214. OLE color: 8522214.
HSL color Cylindrical-coordinate representation of color #E60982: hue angle of 327.15º 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 #E60982 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.10 |
| HSL | 327.15º | 0.92% | 0.47% | - |
| HSV(B) | 327.15º | 0.96% | 0.9% | - |
| XYZ | 36.76 | 18.63 | 22.78 | - |
| YUV | 88.87 | 151.22 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 130 | 0 | 0.96 | 0.43 | 0.10 | 327.15 | 0.92 | 0.47 |
| Hex | E6 | 9 | 82 | 0 | 60 | 2B | A | 147 | 5C | 2F |
| Octal | 346 | 11 | 202 | 0 | 140 | 53 | 12 | 507 | 134 | 57 |
| Binary | 11100110 | 1001 | 10000010 | 0 | 1100000 | 101011 | 1010 | 101000111 | 1011100 | 101111 |
Color Harmonies of #E60982
Complementary color
Monochromatic Colors of #E60982
Black with #E60982
Text Example
Text Example
White with #E60982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60982; }
p { color: rgb(230,9,130); }
H1.HeaderClassName
{
color: #E60982;
}
.AnyTagClassName
{
color: #E60982;
}
</style>
background-color css
<style>
a { background-color: #E60982; }
a { background-color: rgb(230,9,130); }
div.DivClassName
{
background-color: #E60982;
}
.BgClassName
{
background-color: #E60982;
}
</style>
border-color css
<style>
span { border-color: #E60982; }
span { border-color: rgb(230,9,130); }
td.TdClassName
{
border-color: #E60982;
}
.TagClassName
{
border-color: #E60982;
}
</style>