Shades of Dark Pink #E1508F
Tints of Dark Pink #E1508F
RGB
CMYK
RGB Variations
Color information
#E1508F (or 0xE1508F) is known color: Dark Pink. HEX triplet: E1, 50 and 8F. RGB value is (225,80,143). Sum of RGB (Red+Green+Blue) = 225+80+143=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1508F is #1EAF70. Grayscale: #828282. Windows color (decimal): -2010993 or 9392353. OLE color: 9392353.
HSL color Cylindrical-coordinate representation of color #E1508F: hue angle of 333.93º 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 #E1508F is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 143 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.12 |
| HSL | 333.93º | 0.71% | 0.6% | - |
| HSV(B) | 333.93º | 0.64% | 0.88% | - |
| XYZ | 38.88 | 23.73 | 28.52 | - |
| YUV | 130.54 | 135.04 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 143 | 0 | 0.64 | 0.36 | 0.12 | 333.93 | 0.71 | 0.6 |
| Hex | E1 | 50 | 8F | 0 | 40 | 24 | C | 14E | 47 | 3C |
| Octal | 341 | 120 | 217 | 0 | 100 | 44 | 14 | 516 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10001111 | 0 | 1000000 | 100100 | 1100 | 101001110 | 1000111 | 111100 |
Color Harmonies of #E1508F
Complementary color
Monochromatic Colors of #E1508F
Black with #E1508F
Text Example
Text Example
White with #E1508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1508F; }
p { color: rgb(225,80,143); }
H1.HeaderClassName
{
color: #E1508F;
}
.AnyTagClassName
{
color: #E1508F;
}
</style>
background-color css
<style>
a { background-color: #E1508F; }
a { background-color: rgb(225,80,143); }
div.DivClassName
{
background-color: #E1508F;
}
.BgClassName
{
background-color: #E1508F;
}
</style>
border-color css
<style>
span { border-color: #E1508F; }
span { border-color: rgb(225,80,143); }
td.TdClassName
{
border-color: #E1508F;
}
.TagClassName
{
border-color: #E1508F;
}
</style>