Shades of Dark Pink #E66082
Tints of Dark Pink #E66082
RGB
CMYK
RGB Variations
Color information
#E66082 (or 0xE66082) is known color: Dark Pink. HEX triplet: E6, 60 and 82. RGB value is (230,96,130). Sum of RGB (Red+Green+Blue) = 230+96+130=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E66082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66082 is #199F7D. Grayscale: #8B8B8B. Windows color (decimal): -1679230 or 8544486. OLE color: 8544486.
HSL color Cylindrical-coordinate representation of color #E66082: hue angle of 344.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66082 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 130 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.10 |
| HSL | 344.78º | 0.73% | 0.64% | - |
| HSV(B) | 344.78º | 0.58% | 0.9% | - |
| XYZ | 40.85 | 26.8 | 24.14 | - |
| YUV | 139.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 130 | 0 | 0.58 | 0.43 | 0.10 | 344.78 | 0.73 | 0.64 |
| Hex | E6 | 60 | 82 | 0 | 3A | 2B | A | 159 | 49 | 40 |
| Octal | 346 | 140 | 202 | 0 | 72 | 53 | 12 | 531 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10000010 | 0 | 111010 | 101011 | 1010 | 101011001 | 1001001 | 1000000 |
Color Harmonies of #E66082
Complementary color
Monochromatic Colors of #E66082
Black with #E66082
Text Example
Text Example
White with #E66082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66082; }
p { color: rgb(230,96,130); }
H1.HeaderClassName
{
color: #E66082;
}
.AnyTagClassName
{
color: #E66082;
}
</style>
background-color css
<style>
a { background-color: #E66082; }
a { background-color: rgb(230,96,130); }
div.DivClassName
{
background-color: #E66082;
}
.BgClassName
{
background-color: #E66082;
}
</style>
border-color css
<style>
span { border-color: #E66082; }
span { border-color: rgb(230,96,130); }
td.TdClassName
{
border-color: #E66082;
}
.TagClassName
{
border-color: #E66082;
}
</style>