Shades of Persian Pink #E17EB2
Tints of Persian Pink #E17EB2
RGB
CMYK
RGB Variations
Color information
#E17EB2 (or 0xE17EB2) is known color: Persian Pink. HEX triplet: E1, 7E and B2. RGB value is (225,126,178). Sum of RGB (Red+Green+Blue) = 225+126+178=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17EB2 is #1E814D. Grayscale: #A1A1A1. Windows color (decimal): -1999182 or 11697889. OLE color: 11697889.
HSL color Cylindrical-coordinate representation of color #E17EB2: hue angle of 328.48º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17EB2 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 178 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.12 |
| HSL | 328.48º | 0.62% | 0.69% | - |
| HSV(B) | 328.48º | 0.44% | 0.88% | - |
| XYZ | 46.55 | 34.14 | 46.26 | - |
| YUV | 161.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 178 | 0 | 0.44 | 0.21 | 0.12 | 328.48 | 0.62 | 0.69 |
| Hex | E1 | 7E | B2 | 0 | 2C | 15 | C | 148 | 3E | 45 |
| Octal | 341 | 176 | 262 | 0 | 54 | 25 | 14 | 510 | 76 | 105 |
| Binary | 11100001 | 1111110 | 10110010 | 0 | 101100 | 10101 | 1100 | 101001000 | 111110 | 1000101 |
Color Harmonies of #E17EB2
Complementary color
Monochromatic Colors of #E17EB2
Black with #E17EB2
Text Example
Text Example
White with #E17EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EB2; }
p { color: rgb(225,126,178); }
H1.HeaderClassName
{
color: #E17EB2;
}
.AnyTagClassName
{
color: #E17EB2;
}
</style>
background-color css
<style>
a { background-color: #E17EB2; }
a { background-color: rgb(225,126,178); }
div.DivClassName
{
background-color: #E17EB2;
}
.BgClassName
{
background-color: #E17EB2;
}
</style>
border-color css
<style>
span { border-color: #E17EB2; }
span { border-color: rgb(225,126,178); }
td.TdClassName
{
border-color: #E17EB2;
}
.TagClassName
{
border-color: #E17EB2;
}
</style>