Shades of Dark Pink #E8508C
Tints of Dark Pink #E8508C
RGB
CMYK
RGB Variations
Color information
#E8508C (or 0xE8508C) is known color: Dark Pink. HEX triplet: E8, 50 and 8C. RGB value is (232,80,140). Sum of RGB (Red+Green+Blue) = 232+80+140=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E8508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8508C is #17AF73. Grayscale: #848484. Windows color (decimal): -1552244 or 9195752. OLE color: 9195752.
HSL color Cylindrical-coordinate representation of color #E8508C: hue angle of 336.32º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8508C is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 140 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.09 |
| HSL | 336.32º | 0.77% | 0.61% | - |
| HSV(B) | 336.32º | 0.66% | 0.91% | - |
| XYZ | 40.88 | 24.79 | 27.44 | - |
| YUV | 132.29 | 132.36 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 140 | 0 | 0.66 | 0.40 | 0.09 | 336.32 | 0.77 | 0.61 |
| Hex | E8 | 50 | 8C | 0 | 42 | 28 | 9 | 150 | 4D | 3D |
| Octal | 350 | 120 | 214 | 0 | 102 | 50 | 11 | 520 | 115 | 75 |
| Binary | 11101000 | 1010000 | 10001100 | 0 | 1000010 | 101000 | 1001 | 101010000 | 1001101 | 111101 |
Color Harmonies of #E8508C
Complementary color
Monochromatic Colors of #E8508C
Black with #E8508C
Text Example
Text Example
White with #E8508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8508C; }
p { color: rgb(232,80,140); }
H1.HeaderClassName
{
color: #E8508C;
}
.AnyTagClassName
{
color: #E8508C;
}
</style>
background-color css
<style>
a { background-color: #E8508C; }
a { background-color: rgb(232,80,140); }
div.DivClassName
{
background-color: #E8508C;
}
.BgClassName
{
background-color: #E8508C;
}
</style>
border-color css
<style>
span { border-color: #E8508C; }
span { border-color: rgb(232,80,140); }
td.TdClassName
{
border-color: #E8508C;
}
.TagClassName
{
border-color: #E8508C;
}
</style>