Shades of Persian Pink #E17AB7
Tints of Persian Pink #E17AB7
RGB
CMYK
RGB Variations
Color information
#E17AB7 (or 0xE17AB7) is known color: Persian Pink. HEX triplet: E1, 7A and B7. RGB value is (225,122,183). Sum of RGB (Red+Green+Blue) = 225+122+183=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AB7 is #1E8548. Grayscale: #9F9F9F. Windows color (decimal): -2000201 or 12024545. OLE color: 12024545.
HSL color Cylindrical-coordinate representation of color #E17AB7: hue angle of 324.47º 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 #E17AB7 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 183 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.12 |
| HSL | 324.47º | 0.63% | 0.68% | - |
| HSV(B) | 324.47º | 0.46% | 0.88% | - |
| XYZ | 46.56 | 33.35 | 48.78 | - |
| YUV | 159.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 183 | 0 | 0.46 | 0.19 | 0.12 | 324.47 | 0.63 | 0.68 |
| Hex | E1 | 7A | B7 | 0 | 2E | 13 | C | 144 | 3F | 44 |
| Octal | 341 | 172 | 267 | 0 | 56 | 23 | 14 | 504 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10110111 | 0 | 101110 | 10011 | 1100 | 101000100 | 111111 | 1000100 |
Color Harmonies of #E17AB7
Complementary color
Monochromatic Colors of #E17AB7
Black with #E17AB7
Text Example
Text Example
White with #E17AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AB7; }
p { color: rgb(225,122,183); }
H1.HeaderClassName
{
color: #E17AB7;
}
.AnyTagClassName
{
color: #E17AB7;
}
</style>
background-color css
<style>
a { background-color: #E17AB7; }
a { background-color: rgb(225,122,183); }
div.DivClassName
{
background-color: #E17AB7;
}
.BgClassName
{
background-color: #E17AB7;
}
</style>
border-color css
<style>
span { border-color: #E17AB7; }
span { border-color: rgb(225,122,183); }
td.TdClassName
{
border-color: #E17AB7;
}
.TagClassName
{
border-color: #E17AB7;
}
</style>