Shades of Dark Pink #E1528B
Tints of Dark Pink #E1528B
RGB
CMYK
RGB Variations
Color information
#E1528B (or 0xE1528B) is known color: Dark Pink. HEX triplet: E1, 52 and 8B. RGB value is (225,82,139). Sum of RGB (Red+Green+Blue) = 225+82+139=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1528B is #1EAD74. Grayscale: #838383. Windows color (decimal): -2010485 or 9130721. OLE color: 9130721.
HSL color Cylindrical-coordinate representation of color #E1528B: hue angle of 336.08º degrees, saturation: 0.7, 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 #E1528B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 139 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.12 |
| HSL | 336.08º | 0.7% | 0.6% | - |
| HSV(B) | 336.08º | 0.64% | 0.88% | - |
| XYZ | 38.73 | 23.91 | 27 | - |
| YUV | 131.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 139 | 0 | 0.64 | 0.38 | 0.12 | 336.08 | 0.7 | 0.6 |
| Hex | E1 | 52 | 8B | 0 | 40 | 26 | C | 150 | 46 | 3C |
| Octal | 341 | 122 | 213 | 0 | 100 | 46 | 14 | 520 | 106 | 74 |
| Binary | 11100001 | 1010010 | 10001011 | 0 | 1000000 | 100110 | 1100 | 101010000 | 1000110 | 111100 |
Color Harmonies of #E1528B
Complementary color
Monochromatic Colors of #E1528B
Black with #E1528B
Text Example
Text Example
White with #E1528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1528B; }
p { color: rgb(225,82,139); }
H1.HeaderClassName
{
color: #E1528B;
}
.AnyTagClassName
{
color: #E1528B;
}
</style>
background-color css
<style>
a { background-color: #E1528B; }
a { background-color: rgb(225,82,139); }
div.DivClassName
{
background-color: #E1528B;
}
.BgClassName
{
background-color: #E1528B;
}
</style>
border-color css
<style>
span { border-color: #E1528B; }
span { border-color: rgb(225,82,139); }
td.TdClassName
{
border-color: #E1528B;
}
.TagClassName
{
border-color: #E1528B;
}
</style>