Shades of Persian Pink #E773AF
Tints of Persian Pink #E773AF
RGB
CMYK
RGB Variations
Color information
#E773AF (or 0xE773AF) is known color: Persian Pink. HEX triplet: E7, 73 and AF. RGB value is (231,115,175). Sum of RGB (Red+Green+Blue) = 231+115+175=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E773AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E773AF is #188C50. Grayscale: #9C9C9C. Windows color (decimal): -1608785 or 11498471. OLE color: 11498471.
HSL color Cylindrical-coordinate representation of color #E773AF: hue angle of 328.97º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773AF is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 175 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.09 |
| HSL | 328.97º | 0.71% | 0.68% | - |
| HSV(B) | 328.97º | 0.5% | 0.91% | - |
| XYZ | 46.82 | 32.35 | 44.33 | - |
| YUV | 156.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 175 | 0 | 0.50 | 0.24 | 0.09 | 328.97 | 0.71 | 0.68 |
| Hex | E7 | 73 | AF | 0 | 32 | 18 | 9 | 149 | 47 | 44 |
| Octal | 347 | 163 | 257 | 0 | 62 | 30 | 11 | 511 | 107 | 104 |
| Binary | 11100111 | 1110011 | 10101111 | 0 | 110010 | 11000 | 1001 | 101001001 | 1000111 | 1000100 |
Color Harmonies of #E773AF
Complementary color
Monochromatic Colors of #E773AF
Black with #E773AF
Text Example
Text Example
White with #E773AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773AF; }
p { color: rgb(231,115,175); }
H1.HeaderClassName
{
color: #E773AF;
}
.AnyTagClassName
{
color: #E773AF;
}
</style>
background-color css
<style>
a { background-color: #E773AF; }
a { background-color: rgb(231,115,175); }
div.DivClassName
{
background-color: #E773AF;
}
.BgClassName
{
background-color: #E773AF;
}
</style>
border-color css
<style>
span { border-color: #E773AF; }
span { border-color: rgb(231,115,175); }
td.TdClassName
{
border-color: #E773AF;
}
.TagClassName
{
border-color: #E773AF;
}
</style>