Shades of Persian Pink #E17ABF
Tints of Persian Pink #E17ABF
RGB
CMYK
RGB Variations
Color information
#E17ABF (or 0xE17ABF) is known color: Persian Pink. HEX triplet: E1, 7A and BF. RGB value is (225,122,191). Sum of RGB (Red+Green+Blue) = 225+122+191=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ABF is #1E8540. Grayscale: #A0A0A0. Windows color (decimal): -2000193 or 12548833. OLE color: 12548833.
HSL color Cylindrical-coordinate representation of color #E17ABF: hue angle of 319.81º 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 #E17ABF is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 191 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.12 |
| HSL | 319.81º | 0.63% | 0.68% | - |
| HSV(B) | 319.81º | 0.46% | 0.88% | - |
| XYZ | 47.41 | 33.69 | 53.29 | - |
| YUV | 160.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 191 | 0 | 0.46 | 0.15 | 0.12 | 319.81 | 0.63 | 0.68 |
| Hex | E1 | 7A | BF | 0 | 2E | F | C | 140 | 3F | 44 |
| Octal | 341 | 172 | 277 | 0 | 56 | 17 | 14 | 500 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10111111 | 0 | 101110 | 1111 | 1100 | 101000000 | 111111 | 1000100 |
Color Harmonies of #E17ABF
Complementary color
Monochromatic Colors of #E17ABF
Black with #E17ABF
Text Example
Text Example
White with #E17ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ABF; }
p { color: rgb(225,122,191); }
H1.HeaderClassName
{
color: #E17ABF;
}
.AnyTagClassName
{
color: #E17ABF;
}
</style>
background-color css
<style>
a { background-color: #E17ABF; }
a { background-color: rgb(225,122,191); }
div.DivClassName
{
background-color: #E17ABF;
}
.BgClassName
{
background-color: #E17ABF;
}
</style>
border-color css
<style>
span { border-color: #E17ABF; }
span { border-color: rgb(225,122,191); }
td.TdClassName
{
border-color: #E17ABF;
}
.TagClassName
{
border-color: #E17ABF;
}
</style>