Shades of Persian Pink #E170B1
Tints of Persian Pink #E170B1
RGB
CMYK
RGB Variations
Color information
#E170B1 (or 0xE170B1) is known color: Persian Pink. HEX triplet: E1, 70 and B1. RGB value is (225,112,177). Sum of RGB (Red+Green+Blue) = 225+112+177=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E170B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E170B1 is #1E8F4E. Grayscale: #999999. Windows color (decimal): -2002767 or 11628769. OLE color: 11628769.
HSL color Cylindrical-coordinate representation of color #E170B1: hue angle of 325.49º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E170B1 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 177 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.12 |
| HSL | 325.49º | 0.65% | 0.66% | - |
| HSV(B) | 325.49º | 0.5% | 0.88% | - |
| XYZ | 44.78 | 30.77 | 45.17 | - |
| YUV | 153.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 177 | 0 | 0.50 | 0.21 | 0.12 | 325.49 | 0.65 | 0.66 |
| Hex | E1 | 70 | B1 | 0 | 32 | 15 | C | 145 | 41 | 42 |
| Octal | 341 | 160 | 261 | 0 | 62 | 25 | 14 | 505 | 101 | 102 |
| Binary | 11100001 | 1110000 | 10110001 | 0 | 110010 | 10101 | 1100 | 101000101 | 1000001 | 1000010 |
Color Harmonies of #E170B1
Complementary color
Monochromatic Colors of #E170B1
Black with #E170B1
Text Example
Text Example
White with #E170B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170B1; }
p { color: rgb(225,112,177); }
H1.HeaderClassName
{
color: #E170B1;
}
.AnyTagClassName
{
color: #E170B1;
}
</style>
background-color css
<style>
a { background-color: #E170B1; }
a { background-color: rgb(225,112,177); }
div.DivClassName
{
background-color: #E170B1;
}
.BgClassName
{
background-color: #E170B1;
}
</style>
border-color css
<style>
span { border-color: #E170B1; }
span { border-color: rgb(225,112,177); }
td.TdClassName
{
border-color: #E170B1;
}
.TagClassName
{
border-color: #E170B1;
}
</style>