Shades of Persian Pink #E17AB5
Tints of Persian Pink #E17AB5
RGB
CMYK
RGB Variations
Color information
#E17AB5 (or 0xE17AB5) is known color: Persian Pink. HEX triplet: E1, 7A and B5. RGB value is (225,122,181). Sum of RGB (Red+Green+Blue) = 225+122+181=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AB5 is #1E854A. Grayscale: #9F9F9F. Windows color (decimal): -2000203 or 11893473. OLE color: 11893473.
HSL color Cylindrical-coordinate representation of color #E17AB5: hue angle of 325.63º 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 #E17AB5 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 181 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.12 |
| HSL | 325.63º | 0.63% | 0.68% | - |
| HSV(B) | 325.63º | 0.46% | 0.88% | - |
| XYZ | 46.35 | 33.26 | 47.69 | - |
| YUV | 159.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 181 | 0 | 0.46 | 0.20 | 0.12 | 325.63 | 0.63 | 0.68 |
| Hex | E1 | 7A | B5 | 0 | 2E | 14 | C | 146 | 3F | 44 |
| Octal | 341 | 172 | 265 | 0 | 56 | 24 | 14 | 506 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10110101 | 0 | 101110 | 10100 | 1100 | 101000110 | 111111 | 1000100 |
Color Harmonies of #E17AB5
Complementary color
Monochromatic Colors of #E17AB5
Black with #E17AB5
Text Example
Text Example
White with #E17AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AB5; }
p { color: rgb(225,122,181); }
H1.HeaderClassName
{
color: #E17AB5;
}
.AnyTagClassName
{
color: #E17AB5;
}
</style>
background-color css
<style>
a { background-color: #E17AB5; }
a { background-color: rgb(225,122,181); }
div.DivClassName
{
background-color: #E17AB5;
}
.BgClassName
{
background-color: #E17AB5;
}
</style>
border-color css
<style>
span { border-color: #E17AB5; }
span { border-color: rgb(225,122,181); }
td.TdClassName
{
border-color: #E17AB5;
}
.TagClassName
{
border-color: #E17AB5;
}
</style>