Shades of Dark Pink #E5508F
Tints of Dark Pink #E5508F
RGB
CMYK
RGB Variations
Color information
#E5508F (or 0xE5508F) is known color: Dark Pink. HEX triplet: E5, 50 and 8F. RGB value is (229,80,143). Sum of RGB (Red+Green+Blue) = 229+80+143=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5508F is #1AAF70. Grayscale: #838383. Windows color (decimal): -1748849 or 9392357. OLE color: 9392357.
HSL color Cylindrical-coordinate representation of color #E5508F: hue angle of 334.63º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5508F is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 143 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.10 |
| HSL | 334.63º | 0.74% | 0.61% | - |
| HSV(B) | 334.63º | 0.65% | 0.9% | - |
| XYZ | 40.14 | 24.38 | 28.58 | - |
| YUV | 131.73 | 134.36 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 143 | 0 | 0.65 | 0.38 | 0.10 | 334.63 | 0.74 | 0.61 |
| Hex | E5 | 50 | 8F | 0 | 41 | 26 | A | 14F | 4A | 3D |
| Octal | 345 | 120 | 217 | 0 | 101 | 46 | 12 | 517 | 112 | 75 |
| Binary | 11100101 | 1010000 | 10001111 | 0 | 1000001 | 100110 | 1010 | 101001111 | 1001010 | 111101 |
Color Harmonies of #E5508F
Complementary color
Monochromatic Colors of #E5508F
Black with #E5508F
Text Example
Text Example
White with #E5508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5508F; }
p { color: rgb(229,80,143); }
H1.HeaderClassName
{
color: #E5508F;
}
.AnyTagClassName
{
color: #E5508F;
}
</style>
background-color css
<style>
a { background-color: #E5508F; }
a { background-color: rgb(229,80,143); }
div.DivClassName
{
background-color: #E5508F;
}
.BgClassName
{
background-color: #E5508F;
}
</style>
border-color css
<style>
span { border-color: #E5508F; }
span { border-color: rgb(229,80,143); }
td.TdClassName
{
border-color: #E5508F;
}
.TagClassName
{
border-color: #E5508F;
}
</style>