Shades of Dark Pink #E8527E
Tints of Dark Pink #E8527E
RGB
CMYK
RGB Variations
Color information
#E8527E (or 0xE8527E) is known color: Dark Pink. HEX triplet: E8, 52 and 7E. RGB value is (232,82,126). Sum of RGB (Red+Green+Blue) = 232+82+126=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8527E is #17AD81. Grayscale: #838383. Windows color (decimal): -1551746 or 8278760. OLE color: 8278760.
HSL color Cylindrical-coordinate representation of color #E8527E: hue angle of 342.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8527E is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 126 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.09 |
| HSL | 342.4º | 0.77% | 0.62% | - |
| HSV(B) | 342.4º | 0.65% | 0.91% | - |
| XYZ | 40.06 | 24.7 | 22.39 | - |
| YUV | 131.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 126 | 0 | 0.65 | 0.46 | 0.09 | 342.4 | 0.77 | 0.62 |
| Hex | E8 | 52 | 7E | 0 | 41 | 2E | 9 | 156 | 4D | 3E |
| Octal | 350 | 122 | 176 | 0 | 101 | 56 | 11 | 526 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1111110 | 0 | 1000001 | 101110 | 1001 | 101010110 | 1001101 | 111110 |
Color Harmonies of #E8527E
Complementary color
Monochromatic Colors of #E8527E
Black with #E8527E
Text Example
Text Example
White with #E8527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8527E; }
p { color: rgb(232,82,126); }
H1.HeaderClassName
{
color: #E8527E;
}
.AnyTagClassName
{
color: #E8527E;
}
</style>
background-color css
<style>
a { background-color: #E8527E; }
a { background-color: rgb(232,82,126); }
div.DivClassName
{
background-color: #E8527E;
}
.BgClassName
{
background-color: #E8527E;
}
</style>
border-color css
<style>
span { border-color: #E8527E; }
span { border-color: rgb(232,82,126); }
td.TdClassName
{
border-color: #E8527E;
}
.TagClassName
{
border-color: #E8527E;
}
</style>