Shades of Dark Pink #E1508B
Tints of Dark Pink #E1508B
RGB
CMYK
RGB Variations
Color information
#E1508B (or 0xE1508B) is known color: Dark Pink. HEX triplet: E1, 50 and 8B. RGB value is (225,80,139). Sum of RGB (Red+Green+Blue) = 225+80+139=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1508B is #1EAF74. Grayscale: #818181. Windows color (decimal): -2010997 or 9130209. OLE color: 9130209.
HSL color Cylindrical-coordinate representation of color #E1508B: hue angle of 335.59º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1508B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 139 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.12 |
| HSL | 335.59º | 0.71% | 0.6% | - |
| HSV(B) | 335.59º | 0.64% | 0.88% | - |
| XYZ | 38.58 | 23.61 | 26.95 | - |
| YUV | 130.08 | 133.04 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 139 | 0 | 0.64 | 0.38 | 0.12 | 335.59 | 0.71 | 0.6 |
| Hex | E1 | 50 | 8B | 0 | 40 | 26 | C | 150 | 47 | 3C |
| Octal | 341 | 120 | 213 | 0 | 100 | 46 | 14 | 520 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10001011 | 0 | 1000000 | 100110 | 1100 | 101010000 | 1000111 | 111100 |
Color Harmonies of #E1508B
Complementary color
Monochromatic Colors of #E1508B
Black with #E1508B
Text Example
Text Example
White with #E1508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1508B; }
p { color: rgb(225,80,139); }
H1.HeaderClassName
{
color: #E1508B;
}
.AnyTagClassName
{
color: #E1508B;
}
</style>
background-color css
<style>
a { background-color: #E1508B; }
a { background-color: rgb(225,80,139); }
div.DivClassName
{
background-color: #E1508B;
}
.BgClassName
{
background-color: #E1508B;
}
</style>
border-color css
<style>
span { border-color: #E1508B; }
span { border-color: rgb(225,80,139); }
td.TdClassName
{
border-color: #E1508B;
}
.TagClassName
{
border-color: #E1508B;
}
</style>