Shades of Dark Pink #E65482
Tints of Dark Pink #E65482
RGB
CMYK
RGB Variations
Color information
#E65482 (or 0xE65482) is known color: Dark Pink. HEX triplet: E6, 54 and 82. RGB value is (230,84,130). Sum of RGB (Red+Green+Blue) = 230+84+130=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E65482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65482 is #19AB7D. Grayscale: #848484. Windows color (decimal): -1682302 or 8541414. OLE color: 8541414.
HSL color Cylindrical-coordinate representation of color #E65482: hue angle of 341.1º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65482 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 130 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.10 |
| HSL | 341.1º | 0.74% | 0.62% | - |
| HSV(B) | 341.1º | 0.63% | 0.9% | - |
| XYZ | 39.83 | 24.78 | 23.8 | - |
| YUV | 132.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 130 | 0 | 0.63 | 0.43 | 0.10 | 341.1 | 0.74 | 0.62 |
| Hex | E6 | 54 | 82 | 0 | 3F | 2B | A | 155 | 4A | 3E |
| Octal | 346 | 124 | 202 | 0 | 77 | 53 | 12 | 525 | 112 | 76 |
| Binary | 11100110 | 1010100 | 10000010 | 0 | 111111 | 101011 | 1010 | 101010101 | 1001010 | 111110 |
Color Harmonies of #E65482
Complementary color
Monochromatic Colors of #E65482
Black with #E65482
Text Example
Text Example
White with #E65482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65482; }
p { color: rgb(230,84,130); }
H1.HeaderClassName
{
color: #E65482;
}
.AnyTagClassName
{
color: #E65482;
}
</style>
background-color css
<style>
a { background-color: #E65482; }
a { background-color: rgb(230,84,130); }
div.DivClassName
{
background-color: #E65482;
}
.BgClassName
{
background-color: #E65482;
}
</style>
border-color css
<style>
span { border-color: #E65482; }
span { border-color: rgb(230,84,130); }
td.TdClassName
{
border-color: #E65482;
}
.TagClassName
{
border-color: #E65482;
}
</style>