Shades of Dark Pink #E64982
Tints of Dark Pink #E64982
RGB
CMYK
RGB Variations
Color information
#E64982 (or 0xE64982) is known color: Dark Pink. HEX triplet: E6, 49 and 82. RGB value is (230,73,130). Sum of RGB (Red+Green+Blue) = 230+73+130=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E64982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64982 is #19B67D. Grayscale: #7E7E7E. Windows color (decimal): -1685118 or 8538598. OLE color: 8538598.
HSL color Cylindrical-coordinate representation of color #E64982: hue angle of 338.22º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64982 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 130 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.10 |
| HSL | 338.22º | 0.76% | 0.59% | - |
| HSV(B) | 338.22º | 0.68% | 0.9% | - |
| XYZ | 39.04 | 23.2 | 23.54 | - |
| YUV | 126.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 130 | 0 | 0.68 | 0.43 | 0.10 | 338.22 | 0.76 | 0.59 |
| Hex | E6 | 49 | 82 | 0 | 44 | 2B | A | 152 | 4C | 3B |
| Octal | 346 | 111 | 202 | 0 | 104 | 53 | 12 | 522 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10000010 | 0 | 1000100 | 101011 | 1010 | 101010010 | 1001100 | 111011 |
Color Harmonies of #E64982
Complementary color
Monochromatic Colors of #E64982
Black with #E64982
Text Example
Text Example
White with #E64982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64982; }
p { color: rgb(230,73,130); }
H1.HeaderClassName
{
color: #E64982;
}
.AnyTagClassName
{
color: #E64982;
}
</style>
background-color css
<style>
a { background-color: #E64982; }
a { background-color: rgb(230,73,130); }
div.DivClassName
{
background-color: #E64982;
}
.BgClassName
{
background-color: #E64982;
}
</style>
border-color css
<style>
span { border-color: #E64982; }
span { border-color: rgb(230,73,130); }
td.TdClassName
{
border-color: #E64982;
}
.TagClassName
{
border-color: #E64982;
}
</style>