Shades of Dark Pink #E1547D
Tints of Dark Pink #E1547D
RGB
CMYK
RGB Variations
Color information
#E1547D (or 0xE1547D) is known color: Dark Pink. HEX triplet: E1, 54 and 7D. RGB value is (225,84,125). Sum of RGB (Red+Green+Blue) = 225+84+125=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1547D is #1EAB82. Grayscale: #828282. Windows color (decimal): -2009987 or 8213729. OLE color: 8213729.
HSL color Cylindrical-coordinate representation of color #E1547D: hue angle of 342.55º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1547D is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 125 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.12 |
| HSL | 342.55º | 0.7% | 0.61% | - |
| HSV(B) | 342.55º | 0.63% | 0.88% | - |
| XYZ | 37.92 | 23.83 | 22 | - |
| YUV | 130.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 125 | 0 | 0.63 | 0.44 | 0.12 | 342.55 | 0.7 | 0.61 |
| Hex | E1 | 54 | 7D | 0 | 3F | 2C | C | 157 | 46 | 3D |
| Octal | 341 | 124 | 175 | 0 | 77 | 54 | 14 | 527 | 106 | 75 |
| Binary | 11100001 | 1010100 | 1111101 | 0 | 111111 | 101100 | 1100 | 101010111 | 1000110 | 111101 |
Color Harmonies of #E1547D
Complementary color
Monochromatic Colors of #E1547D
Black with #E1547D
Text Example
Text Example
White with #E1547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1547D; }
p { color: rgb(225,84,125); }
H1.HeaderClassName
{
color: #E1547D;
}
.AnyTagClassName
{
color: #E1547D;
}
</style>
background-color css
<style>
a { background-color: #E1547D; }
a { background-color: rgb(225,84,125); }
div.DivClassName
{
background-color: #E1547D;
}
.BgClassName
{
background-color: #E1547D;
}
</style>
border-color css
<style>
span { border-color: #E1547D; }
span { border-color: rgb(225,84,125); }
td.TdClassName
{
border-color: #E1547D;
}
.TagClassName
{
border-color: #E1547D;
}
</style>