Shades of Persian Pink #E77AAF
Tints of Persian Pink #E77AAF
RGB
CMYK
RGB Variations
Color information
#E77AAF (or 0xE77AAF) is known color: Persian Pink. HEX triplet: E7, 7A and AF. RGB value is (231,122,175). Sum of RGB (Red+Green+Blue) = 231+122+175=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77AAF is #188550. Grayscale: #A0A0A0. Windows color (decimal): -1606993 or 11500263. OLE color: 11500263.
HSL color Cylindrical-coordinate representation of color #E77AAF: hue angle of 330.83º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77AAF is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 175 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.09 |
| HSL | 330.83º | 0.69% | 0.69% | - |
| HSV(B) | 330.83º | 0.47% | 0.91% | - |
| XYZ | 47.65 | 34 | 44.61 | - |
| YUV | 160.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 175 | 0 | 0.47 | 0.24 | 0.09 | 330.83 | 0.69 | 0.69 |
| Hex | E7 | 7A | AF | 0 | 2F | 18 | 9 | 14B | 45 | 45 |
| Octal | 347 | 172 | 257 | 0 | 57 | 30 | 11 | 513 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10101111 | 0 | 101111 | 11000 | 1001 | 101001011 | 1000101 | 1000101 |
Color Harmonies of #E77AAF
Complementary color
Monochromatic Colors of #E77AAF
Black with #E77AAF
Text Example
Text Example
White with #E77AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77AAF; }
p { color: rgb(231,122,175); }
H1.HeaderClassName
{
color: #E77AAF;
}
.AnyTagClassName
{
color: #E77AAF;
}
</style>
background-color css
<style>
a { background-color: #E77AAF; }
a { background-color: rgb(231,122,175); }
div.DivClassName
{
background-color: #E77AAF;
}
.BgClassName
{
background-color: #E77AAF;
}
</style>
border-color css
<style>
span { border-color: #E77AAF; }
span { border-color: rgb(231,122,175); }
td.TdClassName
{
border-color: #E77AAF;
}
.TagClassName
{
border-color: #E77AAF;
}
</style>