Shades of Persian Pink #E17EB0
Tints of Persian Pink #E17EB0
RGB
CMYK
RGB Variations
Color information
#E17EB0 (or 0xE17EB0) is known color: Persian Pink. HEX triplet: E1, 7E and B0. RGB value is (225,126,176). Sum of RGB (Red+Green+Blue) = 225+126+176=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17EB0 is #1E814F. Grayscale: #A1A1A1. Windows color (decimal): -1999184 or 11566817. OLE color: 11566817.
HSL color Cylindrical-coordinate representation of color #E17EB0: hue angle of 329.7º 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 #E17EB0 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 176 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.12 |
| HSL | 329.7º | 0.62% | 0.69% | - |
| HSV(B) | 329.7º | 0.44% | 0.88% | - |
| XYZ | 46.35 | 34.06 | 45.21 | - |
| YUV | 161.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 176 | 0 | 0.44 | 0.22 | 0.12 | 329.7 | 0.62 | 0.69 |
| Hex | E1 | 7E | B0 | 0 | 2C | 16 | C | 14A | 3E | 45 |
| Octal | 341 | 176 | 260 | 0 | 54 | 26 | 14 | 512 | 76 | 105 |
| Binary | 11100001 | 1111110 | 10110000 | 0 | 101100 | 10110 | 1100 | 101001010 | 111110 | 1000101 |
Color Harmonies of #E17EB0
Complementary color
Monochromatic Colors of #E17EB0
Black with #E17EB0
Text Example
Text Example
White with #E17EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EB0; }
p { color: rgb(225,126,176); }
H1.HeaderClassName
{
color: #E17EB0;
}
.AnyTagClassName
{
color: #E17EB0;
}
</style>
background-color css
<style>
a { background-color: #E17EB0; }
a { background-color: rgb(225,126,176); }
div.DivClassName
{
background-color: #E17EB0;
}
.BgClassName
{
background-color: #E17EB0;
}
</style>
border-color css
<style>
span { border-color: #E17EB0; }
span { border-color: rgb(225,126,176); }
td.TdClassName
{
border-color: #E17EB0;
}
.TagClassName
{
border-color: #E17EB0;
}
</style>