Shades of Dark Pink #E1508C
Tints of Dark Pink #E1508C
RGB
CMYK
RGB Variations
Color information
#E1508C (or 0xE1508C) is known color: Dark Pink. HEX triplet: E1, 50 and 8C. RGB value is (225,80,140). Sum of RGB (Red+Green+Blue) = 225+80+140=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1508C is #1EAF73. Grayscale: #828282. Windows color (decimal): -2010996 or 9195745. OLE color: 9195745.
HSL color Cylindrical-coordinate representation of color #E1508C: hue angle of 335.17º 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 #E1508C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 140 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.12 |
| HSL | 335.17º | 0.71% | 0.6% | - |
| HSV(B) | 335.17º | 0.64% | 0.88% | - |
| XYZ | 38.65 | 23.64 | 27.34 | - |
| YUV | 130.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 140 | 0 | 0.64 | 0.38 | 0.12 | 335.17 | 0.71 | 0.6 |
| Hex | E1 | 50 | 8C | 0 | 40 | 26 | C | 14F | 47 | 3C |
| Octal | 341 | 120 | 214 | 0 | 100 | 46 | 14 | 517 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10001100 | 0 | 1000000 | 100110 | 1100 | 101001111 | 1000111 | 111100 |
Color Harmonies of #E1508C
Complementary color
Monochromatic Colors of #E1508C
Black with #E1508C
Text Example
Text Example
White with #E1508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1508C; }
p { color: rgb(225,80,140); }
H1.HeaderClassName
{
color: #E1508C;
}
.AnyTagClassName
{
color: #E1508C;
}
</style>
background-color css
<style>
a { background-color: #E1508C; }
a { background-color: rgb(225,80,140); }
div.DivClassName
{
background-color: #E1508C;
}
.BgClassName
{
background-color: #E1508C;
}
</style>
border-color css
<style>
span { border-color: #E1508C; }
span { border-color: rgb(225,80,140); }
td.TdClassName
{
border-color: #E1508C;
}
.TagClassName
{
border-color: #E1508C;
}
</style>