Shades of Persian Pink #E177AF
Tints of Persian Pink #E177AF
RGB
CMYK
RGB Variations
Color information
#E177AF (or 0xE177AF) is known color: Persian Pink. HEX triplet: E1, 77 and AF. RGB value is (225,119,175). Sum of RGB (Red+Green+Blue) = 225+119+175=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E177AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E177AF is #1E8850. Grayscale: #9C9C9C. Windows color (decimal): -2000977 or 11499489. OLE color: 11499489.
HSL color Cylindrical-coordinate representation of color #E177AF: hue angle of 328.3º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177AF is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 175 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.12 |
| HSL | 328.3º | 0.64% | 0.67% | - |
| HSV(B) | 328.3º | 0.47% | 0.88% | - |
| XYZ | 45.39 | 32.3 | 44.4 | - |
| YUV | 157.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 175 | 0 | 0.47 | 0.22 | 0.12 | 328.3 | 0.64 | 0.67 |
| Hex | E1 | 77 | AF | 0 | 2F | 16 | C | 148 | 40 | 43 |
| Octal | 341 | 167 | 257 | 0 | 57 | 26 | 14 | 510 | 100 | 103 |
| Binary | 11100001 | 1110111 | 10101111 | 0 | 101111 | 10110 | 1100 | 101001000 | 1000000 | 1000011 |
Color Harmonies of #E177AF
Complementary color
Monochromatic Colors of #E177AF
Black with #E177AF
Text Example
Text Example
White with #E177AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177AF; }
p { color: rgb(225,119,175); }
H1.HeaderClassName
{
color: #E177AF;
}
.AnyTagClassName
{
color: #E177AF;
}
</style>
background-color css
<style>
a { background-color: #E177AF; }
a { background-color: rgb(225,119,175); }
div.DivClassName
{
background-color: #E177AF;
}
.BgClassName
{
background-color: #E177AF;
}
</style>
border-color css
<style>
span { border-color: #E177AF; }
span { border-color: rgb(225,119,175); }
td.TdClassName
{
border-color: #E177AF;
}
.TagClassName
{
border-color: #E177AF;
}
</style>