Shades of Persian Pink #E779AF
Tints of Persian Pink #E779AF
RGB
CMYK
RGB Variations
Color information
#E779AF (or 0xE779AF) is known color: Persian Pink. HEX triplet: E7, 79 and AF. RGB value is (231,121,175). Sum of RGB (Red+Green+Blue) = 231+121+175=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E779AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E779AF is #188650. Grayscale: #9F9F9F. Windows color (decimal): -1607249 or 11500007. OLE color: 11500007.
HSL color Cylindrical-coordinate representation of color #E779AF: hue angle of 330.55º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E779AF is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 175 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.09 |
| HSL | 330.55º | 0.7% | 0.69% | - |
| HSV(B) | 330.55º | 0.48% | 0.91% | - |
| XYZ | 47.53 | 33.76 | 44.57 | - |
| YUV | 160.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 175 | 0 | 0.48 | 0.24 | 0.09 | 330.55 | 0.7 | 0.69 |
| Hex | E7 | 79 | AF | 0 | 30 | 18 | 9 | 14B | 46 | 45 |
| Octal | 347 | 171 | 257 | 0 | 60 | 30 | 11 | 513 | 106 | 105 |
| Binary | 11100111 | 1111001 | 10101111 | 0 | 110000 | 11000 | 1001 | 101001011 | 1000110 | 1000101 |
Color Harmonies of #E779AF
Complementary color
Monochromatic Colors of #E779AF
Black with #E779AF
Text Example
Text Example
White with #E779AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779AF; }
p { color: rgb(231,121,175); }
H1.HeaderClassName
{
color: #E779AF;
}
.AnyTagClassName
{
color: #E779AF;
}
</style>
background-color css
<style>
a { background-color: #E779AF; }
a { background-color: rgb(231,121,175); }
div.DivClassName
{
background-color: #E779AF;
}
.BgClassName
{
background-color: #E779AF;
}
</style>
border-color css
<style>
span { border-color: #E779AF; }
span { border-color: rgb(231,121,175); }
td.TdClassName
{
border-color: #E779AF;
}
.TagClassName
{
border-color: #E779AF;
}
</style>