Shades of Dark Pink #E65682
Tints of Dark Pink #E65682
RGB
CMYK
RGB Variations
Color information
#E65682 (or 0xE65682) is known color: Dark Pink. HEX triplet: E6, 56 and 82. RGB value is (230,86,130). Sum of RGB (Red+Green+Blue) = 230+86+130=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E65682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65682 is #19A97D. Grayscale: #868686. Windows color (decimal): -1681790 or 8541926. OLE color: 8541926.
HSL color Cylindrical-coordinate representation of color #E65682: hue angle of 341.67º 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 #E65682 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 130 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.10 |
| HSL | 341.67º | 0.74% | 0.62% | - |
| HSV(B) | 341.67º | 0.63% | 0.9% | - |
| XYZ | 39.99 | 25.09 | 23.85 | - |
| YUV | 134.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 130 | 0 | 0.63 | 0.43 | 0.10 | 341.67 | 0.74 | 0.62 |
| Hex | E6 | 56 | 82 | 0 | 3F | 2B | A | 156 | 4A | 3E |
| Octal | 346 | 126 | 202 | 0 | 77 | 53 | 12 | 526 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10000010 | 0 | 111111 | 101011 | 1010 | 101010110 | 1001010 | 111110 |
Color Harmonies of #E65682
Complementary color
Monochromatic Colors of #E65682
Black with #E65682
Text Example
Text Example
White with #E65682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65682; }
p { color: rgb(230,86,130); }
H1.HeaderClassName
{
color: #E65682;
}
.AnyTagClassName
{
color: #E65682;
}
</style>
background-color css
<style>
a { background-color: #E65682; }
a { background-color: rgb(230,86,130); }
div.DivClassName
{
background-color: #E65682;
}
.BgClassName
{
background-color: #E65682;
}
</style>
border-color css
<style>
span { border-color: #E65682; }
span { border-color: rgb(230,86,130); }
td.TdClassName
{
border-color: #E65682;
}
.TagClassName
{
border-color: #E65682;
}
</style>