Shades of Dark Pink #E1528C
Tints of Dark Pink #E1528C
RGB
CMYK
RGB Variations
Color information
#E1528C (or 0xE1528C) is known color: Dark Pink. HEX triplet: E1, 52 and 8C. RGB value is (225,82,140). Sum of RGB (Red+Green+Blue) = 225+82+140=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1528C is #1EAD73. Grayscale: #838383. Windows color (decimal): -2010484 or 9196257. OLE color: 9196257.
HSL color Cylindrical-coordinate representation of color #E1528C: hue angle of 335.66º 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 #E1528C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 140 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.12 |
| HSL | 335.66º | 0.7% | 0.6% | - |
| HSV(B) | 335.66º | 0.64% | 0.88% | - |
| XYZ | 38.8 | 23.94 | 27.39 | - |
| YUV | 131.37 | 132.88 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 140 | 0 | 0.64 | 0.38 | 0.12 | 335.66 | 0.7 | 0.6 |
| Hex | E1 | 52 | 8C | 0 | 40 | 26 | C | 150 | 46 | 3C |
| Octal | 341 | 122 | 214 | 0 | 100 | 46 | 14 | 520 | 106 | 74 |
| Binary | 11100001 | 1010010 | 10001100 | 0 | 1000000 | 100110 | 1100 | 101010000 | 1000110 | 111100 |
Color Harmonies of #E1528C
Complementary color
Monochromatic Colors of #E1528C
Black with #E1528C
Text Example
Text Example
White with #E1528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1528C; }
p { color: rgb(225,82,140); }
H1.HeaderClassName
{
color: #E1528C;
}
.AnyTagClassName
{
color: #E1528C;
}
</style>
background-color css
<style>
a { background-color: #E1528C; }
a { background-color: rgb(225,82,140); }
div.DivClassName
{
background-color: #E1528C;
}
.BgClassName
{
background-color: #E1528C;
}
</style>
border-color css
<style>
span { border-color: #E1528C; }
span { border-color: rgb(225,82,140); }
td.TdClassName
{
border-color: #E1528C;
}
.TagClassName
{
border-color: #E1528C;
}
</style>