Shades of Dark Pink #E1617B
Tints of Dark Pink #E1617B
RGB
CMYK
RGB Variations
Color information
#E1617B (or 0xE1617B) is known color: Dark Pink. HEX triplet: E1, 61 and 7B. RGB value is (225,97,123). Sum of RGB (Red+Green+Blue) = 225+97+123=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1617B is #1E9E84. Grayscale: #8A8A8A. Windows color (decimal): -2006661 or 8085985. OLE color: 8085985.
HSL color Cylindrical-coordinate representation of color #E1617B: hue angle of 347.81º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1617B is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 123 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.12 |
| HSL | 347.81º | 0.68% | 0.63% | - |
| HSV(B) | 347.81º | 0.57% | 0.88% | - |
| XYZ | 38.9 | 25.99 | 21.7 | - |
| YUV | 138.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 123 | 0 | 0.57 | 0.45 | 0.12 | 347.81 | 0.68 | 0.63 |
| Hex | E1 | 61 | 7B | 0 | 39 | 2D | C | 15C | 44 | 3F |
| Octal | 341 | 141 | 173 | 0 | 71 | 55 | 14 | 534 | 104 | 77 |
| Binary | 11100001 | 1100001 | 1111011 | 0 | 111001 | 101101 | 1100 | 101011100 | 1000100 | 111111 |
Color Harmonies of #E1617B
Complementary color
Monochromatic Colors of #E1617B
Black with #E1617B
Text Example
Text Example
White with #E1617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1617B; }
p { color: rgb(225,97,123); }
H1.HeaderClassName
{
color: #E1617B;
}
.AnyTagClassName
{
color: #E1617B;
}
</style>
background-color css
<style>
a { background-color: #E1617B; }
a { background-color: rgb(225,97,123); }
div.DivClassName
{
background-color: #E1617B;
}
.BgClassName
{
background-color: #E1617B;
}
</style>
border-color css
<style>
span { border-color: #E1617B; }
span { border-color: rgb(225,97,123); }
td.TdClassName
{
border-color: #E1617B;
}
.TagClassName
{
border-color: #E1617B;
}
</style>