Shades of Persian Pink #E17AB0
Tints of Persian Pink #E17AB0
RGB
CMYK
RGB Variations
Color information
#E17AB0 (or 0xE17AB0) is known color: Persian Pink. HEX triplet: E1, 7A and B0. RGB value is (225,122,176). Sum of RGB (Red+Green+Blue) = 225+122+176=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AB0 is #1E854F. Grayscale: #9E9E9E. Windows color (decimal): -2000208 or 11565793. OLE color: 11565793.
HSL color Cylindrical-coordinate representation of color #E17AB0: hue angle of 328.54º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17AB0 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 176 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.12 |
| HSL | 328.54º | 0.63% | 0.68% | - |
| HSV(B) | 328.54º | 0.46% | 0.88% | - |
| XYZ | 45.85 | 33.06 | 45.04 | - |
| YUV | 158.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 176 | 0 | 0.46 | 0.22 | 0.12 | 328.54 | 0.63 | 0.68 |
| Hex | E1 | 7A | B0 | 0 | 2E | 16 | C | 149 | 3F | 44 |
| Octal | 341 | 172 | 260 | 0 | 56 | 26 | 14 | 511 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10110000 | 0 | 101110 | 10110 | 1100 | 101001001 | 111111 | 1000100 |
Color Harmonies of #E17AB0
Complementary color
Monochromatic Colors of #E17AB0
Black with #E17AB0
Text Example
Text Example
White with #E17AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AB0; }
p { color: rgb(225,122,176); }
H1.HeaderClassName
{
color: #E17AB0;
}
.AnyTagClassName
{
color: #E17AB0;
}
</style>
background-color css
<style>
a { background-color: #E17AB0; }
a { background-color: rgb(225,122,176); }
div.DivClassName
{
background-color: #E17AB0;
}
.BgClassName
{
background-color: #E17AB0;
}
</style>
border-color css
<style>
span { border-color: #E17AB0; }
span { border-color: rgb(225,122,176); }
td.TdClassName
{
border-color: #E17AB0;
}
.TagClassName
{
border-color: #E17AB0;
}
</style>