Shades of Persian Pink #E77ABF
Tints of Persian Pink #E77ABF
RGB
CMYK
RGB Variations
Color information
#E77ABF (or 0xE77ABF) is known color: Persian Pink. HEX triplet: E7, 7A and BF. RGB value is (231,122,191). Sum of RGB (Red+Green+Blue) = 231+122+191=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ABF is #188540. Grayscale: #A2A2A2. Windows color (decimal): -1606977 or 12548839. OLE color: 12548839.
HSL color Cylindrical-coordinate representation of color #E77ABF: hue angle of 322.02º 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 #E77ABF is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 191 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.09 |
| HSL | 322.02º | 0.69% | 0.69% | - |
| HSV(B) | 322.02º | 0.47% | 0.91% | - |
| XYZ | 49.32 | 34.67 | 53.38 | - |
| YUV | 162.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 191 | 0 | 0.47 | 0.17 | 0.09 | 322.02 | 0.69 | 0.69 |
| Hex | E7 | 7A | BF | 0 | 2F | 11 | 9 | 142 | 45 | 45 |
| Octal | 347 | 172 | 277 | 0 | 57 | 21 | 11 | 502 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10111111 | 0 | 101111 | 10001 | 1001 | 101000010 | 1000101 | 1000101 |
Color Harmonies of #E77ABF
Complementary color
Monochromatic Colors of #E77ABF
Black with #E77ABF
Text Example
Text Example
White with #E77ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77ABF; }
p { color: rgb(231,122,191); }
H1.HeaderClassName
{
color: #E77ABF;
}
.AnyTagClassName
{
color: #E77ABF;
}
</style>
background-color css
<style>
a { background-color: #E77ABF; }
a { background-color: rgb(231,122,191); }
div.DivClassName
{
background-color: #E77ABF;
}
.BgClassName
{
background-color: #E77ABF;
}
</style>
border-color css
<style>
span { border-color: #E77ABF; }
span { border-color: rgb(231,122,191); }
td.TdClassName
{
border-color: #E77ABF;
}
.TagClassName
{
border-color: #E77ABF;
}
</style>