Shades of Dark Pink #E85382
Tints of Dark Pink #E85382
RGB
CMYK
RGB Variations
Color information
#E85382 (or 0xE85382) is known color: Dark Pink. HEX triplet: E8, 53 and 82. RGB value is (232,83,130). Sum of RGB (Red+Green+Blue) = 232+83+130=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E85382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85382 is #17AC7D. Grayscale: #848484. Windows color (decimal): -1551486 or 8541160. OLE color: 8541160.
HSL color Cylindrical-coordinate representation of color #E85382: hue angle of 341.07º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85382 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 130 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.09 |
| HSL | 341.07º | 0.76% | 0.62% | - |
| HSV(B) | 341.07º | 0.64% | 0.91% | - |
| XYZ | 40.4 | 24.95 | 23.81 | - |
| YUV | 132.91 | 126.36 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 130 | 0 | 0.64 | 0.44 | 0.09 | 341.07 | 0.76 | 0.62 |
| Hex | E8 | 53 | 82 | 0 | 40 | 2C | 9 | 155 | 4C | 3E |
| Octal | 350 | 123 | 202 | 0 | 100 | 54 | 11 | 525 | 114 | 76 |
| Binary | 11101000 | 1010011 | 10000010 | 0 | 1000000 | 101100 | 1001 | 101010101 | 1001100 | 111110 |
Color Harmonies of #E85382
Complementary color
Monochromatic Colors of #E85382
Black with #E85382
Text Example
Text Example
White with #E85382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85382; }
p { color: rgb(232,83,130); }
H1.HeaderClassName
{
color: #E85382;
}
.AnyTagClassName
{
color: #E85382;
}
</style>
background-color css
<style>
a { background-color: #E85382; }
a { background-color: rgb(232,83,130); }
div.DivClassName
{
background-color: #E85382;
}
.BgClassName
{
background-color: #E85382;
}
</style>
border-color css
<style>
span { border-color: #E85382; }
span { border-color: rgb(232,83,130); }
td.TdClassName
{
border-color: #E85382;
}
.TagClassName
{
border-color: #E85382;
}
</style>