Shades of Persian Pink #E170B0
Tints of Persian Pink #E170B0
RGB
CMYK
RGB Variations
Color information
#E170B0 (or 0xE170B0) is known color: Persian Pink. HEX triplet: E1, 70 and B0. RGB value is (225,112,176). Sum of RGB (Red+Green+Blue) = 225+112+176=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E170B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E170B0 is #1E8F4F. Grayscale: #989898. Windows color (decimal): -2002768 or 11563233. OLE color: 11563233.
HSL color Cylindrical-coordinate representation of color #E170B0: hue angle of 326.02º 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 #E170B0 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 176 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.12 |
| HSL | 326.02º | 0.65% | 0.66% | - |
| HSV(B) | 326.02º | 0.5% | 0.88% | - |
| XYZ | 44.68 | 30.73 | 44.65 | - |
| YUV | 153.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 176 | 0 | 0.50 | 0.22 | 0.12 | 326.02 | 0.65 | 0.66 |
| Hex | E1 | 70 | B0 | 0 | 32 | 16 | C | 146 | 41 | 42 |
| Octal | 341 | 160 | 260 | 0 | 62 | 26 | 14 | 506 | 101 | 102 |
| Binary | 11100001 | 1110000 | 10110000 | 0 | 110010 | 10110 | 1100 | 101000110 | 1000001 | 1000010 |
Color Harmonies of #E170B0
Complementary color
Monochromatic Colors of #E170B0
Black with #E170B0
Text Example
Text Example
White with #E170B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170B0; }
p { color: rgb(225,112,176); }
H1.HeaderClassName
{
color: #E170B0;
}
.AnyTagClassName
{
color: #E170B0;
}
</style>
background-color css
<style>
a { background-color: #E170B0; }
a { background-color: rgb(225,112,176); }
div.DivClassName
{
background-color: #E170B0;
}
.BgClassName
{
background-color: #E170B0;
}
</style>
border-color css
<style>
span { border-color: #E170B0; }
span { border-color: rgb(225,112,176); }
td.TdClassName
{
border-color: #E170B0;
}
.TagClassName
{
border-color: #E170B0;
}
</style>