Shades of Dark Pink #E8527F
Tints of Dark Pink #E8527F
RGB
CMYK
RGB Variations
Color information
#E8527F (or 0xE8527F) is known color: Dark Pink. HEX triplet: E8, 52 and 7F. RGB value is (232,82,127). Sum of RGB (Red+Green+Blue) = 232+82+127=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8527F is #17AD80. Grayscale: #838383. Windows color (decimal): -1551745 or 8344296. OLE color: 8344296.
HSL color Cylindrical-coordinate representation of color #E8527F: hue angle of 342º 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 #E8527F is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 127 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.09 |
| HSL | 342º | 0.77% | 0.62% | - |
| HSV(B) | 342º | 0.65% | 0.91% | - |
| XYZ | 40.13 | 24.72 | 22.74 | - |
| YUV | 131.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 127 | 0 | 0.65 | 0.45 | 0.09 | 342 | 0.77 | 0.62 |
| Hex | E8 | 52 | 7F | 0 | 41 | 2D | 9 | 156 | 4D | 3E |
| Octal | 350 | 122 | 177 | 0 | 101 | 55 | 11 | 526 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1111111 | 0 | 1000001 | 101101 | 1001 | 101010110 | 1001101 | 111110 |
Color Harmonies of #E8527F
Complementary color
Monochromatic Colors of #E8527F
Black with #E8527F
Text Example
Text Example
White with #E8527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8527F; }
p { color: rgb(232,82,127); }
H1.HeaderClassName
{
color: #E8527F;
}
.AnyTagClassName
{
color: #E8527F;
}
</style>
background-color css
<style>
a { background-color: #E8527F; }
a { background-color: rgb(232,82,127); }
div.DivClassName
{
background-color: #E8527F;
}
.BgClassName
{
background-color: #E8527F;
}
</style>
border-color css
<style>
span { border-color: #E8527F; }
span { border-color: rgb(232,82,127); }
td.TdClassName
{
border-color: #E8527F;
}
.TagClassName
{
border-color: #E8527F;
}
</style>