Shades of Dark Pink #E1627C
Tints of Dark Pink #E1627C
RGB
CMYK
RGB Variations
Color information
#E1627C (or 0xE1627C) is known color: Dark Pink. HEX triplet: E1, 62 and 7C. RGB value is (225,98,124). Sum of RGB (Red+Green+Blue) = 225+98+124=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1627C is #1E9D83. Grayscale: #8A8A8A. Windows color (decimal): -2006404 or 8151777. OLE color: 8151777.
HSL color Cylindrical-coordinate representation of color #E1627C: hue angle of 347.72º 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 #E1627C is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 124 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.12 |
| HSL | 347.72º | 0.68% | 0.63% | - |
| HSV(B) | 347.72º | 0.56% | 0.88% | - |
| XYZ | 39.06 | 26.2 | 22.07 | - |
| YUV | 138.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 124 | 0 | 0.56 | 0.45 | 0.12 | 347.72 | 0.68 | 0.63 |
| Hex | E1 | 62 | 7C | 0 | 38 | 2D | C | 15C | 44 | 3F |
| Octal | 341 | 142 | 174 | 0 | 70 | 55 | 14 | 534 | 104 | 77 |
| Binary | 11100001 | 1100010 | 1111100 | 0 | 111000 | 101101 | 1100 | 101011100 | 1000100 | 111111 |
Color Harmonies of #E1627C
Complementary color
Monochromatic Colors of #E1627C
Black with #E1627C
Text Example
Text Example
White with #E1627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1627C; }
p { color: rgb(225,98,124); }
H1.HeaderClassName
{
color: #E1627C;
}
.AnyTagClassName
{
color: #E1627C;
}
</style>
background-color css
<style>
a { background-color: #E1627C; }
a { background-color: rgb(225,98,124); }
div.DivClassName
{
background-color: #E1627C;
}
.BgClassName
{
background-color: #E1627C;
}
</style>
border-color css
<style>
span { border-color: #E1627C; }
span { border-color: rgb(225,98,124); }
td.TdClassName
{
border-color: #E1627C;
}
.TagClassName
{
border-color: #E1627C;
}
</style>