Shades of Persian Pink #E17AB9
Tints of Persian Pink #E17AB9
RGB
CMYK
RGB Variations
Color information
#E17AB9 (or 0xE17AB9) is known color: Persian Pink. HEX triplet: E1, 7A and B9. RGB value is (225,122,185). Sum of RGB (Red+Green+Blue) = 225+122+185=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AB9 is #1E8546. Grayscale: #9F9F9F. Windows color (decimal): -2000199 or 12155617. OLE color: 12155617.
HSL color Cylindrical-coordinate representation of color #E17AB9: hue angle of 323.3º 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 #E17AB9 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 185 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.12 |
| HSL | 323.3º | 0.63% | 0.68% | - |
| HSV(B) | 323.3º | 0.46% | 0.88% | - |
| XYZ | 46.77 | 33.43 | 49.89 | - |
| YUV | 159.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 185 | 0 | 0.46 | 0.18 | 0.12 | 323.3 | 0.63 | 0.68 |
| Hex | E1 | 7A | B9 | 0 | 2E | 12 | C | 143 | 3F | 44 |
| Octal | 341 | 172 | 271 | 0 | 56 | 22 | 14 | 503 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10111001 | 0 | 101110 | 10010 | 1100 | 101000011 | 111111 | 1000100 |
Color Harmonies of #E17AB9
Complementary color
Monochromatic Colors of #E17AB9
Black with #E17AB9
Text Example
Text Example
White with #E17AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AB9; }
p { color: rgb(225,122,185); }
H1.HeaderClassName
{
color: #E17AB9;
}
.AnyTagClassName
{
color: #E17AB9;
}
</style>
background-color css
<style>
a { background-color: #E17AB9; }
a { background-color: rgb(225,122,185); }
div.DivClassName
{
background-color: #E17AB9;
}
.BgClassName
{
background-color: #E17AB9;
}
</style>
border-color css
<style>
span { border-color: #E17AB9; }
span { border-color: rgb(225,122,185); }
td.TdClassName
{
border-color: #E17AB9;
}
.TagClassName
{
border-color: #E17AB9;
}
</style>