Shades of Dark Pink #E1627D
Tints of Dark Pink #E1627D
RGB
CMYK
RGB Variations
Color information
#E1627D (or 0xE1627D) is known color: Dark Pink. HEX triplet: E1, 62 and 7D. RGB value is (225,98,125). Sum of RGB (Red+Green+Blue) = 225+98+125=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1627D is #1E9D82. Grayscale: #8B8B8B. Windows color (decimal): -2006403 or 8217313. OLE color: 8217313.
HSL color Cylindrical-coordinate representation of color #E1627D: hue angle of 347.24º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1627D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 125 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.12 |
| HSL | 347.24º | 0.68% | 0.63% | - |
| HSV(B) | 347.24º | 0.56% | 0.88% | - |
| XYZ | 39.12 | 26.22 | 22.4 | - |
| YUV | 139.05 | 120.08 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 125 | 0 | 0.56 | 0.44 | 0.12 | 347.24 | 0.68 | 0.63 |
| Hex | E1 | 62 | 7D | 0 | 38 | 2C | C | 15B | 44 | 3F |
| Octal | 341 | 142 | 175 | 0 | 70 | 54 | 14 | 533 | 104 | 77 |
| Binary | 11100001 | 1100010 | 1111101 | 0 | 111000 | 101100 | 1100 | 101011011 | 1000100 | 111111 |
Color Harmonies of #E1627D
Complementary color
Monochromatic Colors of #E1627D
Black with #E1627D
Text Example
Text Example
White with #E1627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1627D; }
p { color: rgb(225,98,125); }
H1.HeaderClassName
{
color: #E1627D;
}
.AnyTagClassName
{
color: #E1627D;
}
</style>
background-color css
<style>
a { background-color: #E1627D; }
a { background-color: rgb(225,98,125); }
div.DivClassName
{
background-color: #E1627D;
}
.BgClassName
{
background-color: #E1627D;
}
</style>
border-color css
<style>
span { border-color: #E1627D; }
span { border-color: rgb(225,98,125); }
td.TdClassName
{
border-color: #E1627D;
}
.TagClassName
{
border-color: #E1627D;
}
</style>