Shades of Persian Pink #E17ABC
Tints of Persian Pink #E17ABC
RGB
CMYK
RGB Variations
Color information
#E17ABC (or 0xE17ABC) is known color: Persian Pink. HEX triplet: E1, 7A and BC. RGB value is (225,122,188). Sum of RGB (Red+Green+Blue) = 225+122+188=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ABC is #1E8543. Grayscale: #A0A0A0. Windows color (decimal): -2000196 or 12352225. OLE color: 12352225.
HSL color Cylindrical-coordinate representation of color #E17ABC: hue angle of 321.55º 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 #E17ABC is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 188 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.12 |
| HSL | 321.55º | 0.63% | 0.68% | - |
| HSV(B) | 321.55º | 0.46% | 0.88% | - |
| XYZ | 47.09 | 33.56 | 51.57 | - |
| YUV | 160.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 188 | 0 | 0.46 | 0.16 | 0.12 | 321.55 | 0.63 | 0.68 |
| Hex | E1 | 7A | BC | 0 | 2E | 10 | C | 142 | 3F | 44 |
| Octal | 341 | 172 | 274 | 0 | 56 | 20 | 14 | 502 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10111100 | 0 | 101110 | 10000 | 1100 | 101000010 | 111111 | 1000100 |
Color Harmonies of #E17ABC
Complementary color
Monochromatic Colors of #E17ABC
Black with #E17ABC
Text Example
Text Example
White with #E17ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ABC; }
p { color: rgb(225,122,188); }
H1.HeaderClassName
{
color: #E17ABC;
}
.AnyTagClassName
{
color: #E17ABC;
}
</style>
background-color css
<style>
a { background-color: #E17ABC; }
a { background-color: rgb(225,122,188); }
div.DivClassName
{
background-color: #E17ABC;
}
.BgClassName
{
background-color: #E17ABC;
}
</style>
border-color css
<style>
span { border-color: #E17ABC; }
span { border-color: rgb(225,122,188); }
td.TdClassName
{
border-color: #E17ABC;
}
.TagClassName
{
border-color: #E17ABC;
}
</style>