Shades of Persian Pink #E77AB1
Tints of Persian Pink #E77AB1
RGB
CMYK
RGB Variations
Color information
#E77AB1 (or 0xE77AB1) is known color: Persian Pink. HEX triplet: E7, 7A and B1. RGB value is (231,122,177). Sum of RGB (Red+Green+Blue) = 231+122+177=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77AB1 is #18854E. Grayscale: #A0A0A0. Windows color (decimal): -1606991 or 11631335. OLE color: 11631335.
HSL color Cylindrical-coordinate representation of color #E77AB1: hue angle of 329.72º 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 #E77AB1 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 177 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.09 |
| HSL | 329.72º | 0.69% | 0.69% | - |
| HSV(B) | 329.72º | 0.47% | 0.91% | - |
| XYZ | 47.85 | 34.08 | 45.65 | - |
| YUV | 160.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 177 | 0 | 0.47 | 0.23 | 0.09 | 329.72 | 0.69 | 0.69 |
| Hex | E7 | 7A | B1 | 0 | 2F | 17 | 9 | 14A | 45 | 45 |
| Octal | 347 | 172 | 261 | 0 | 57 | 27 | 11 | 512 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10110001 | 0 | 101111 | 10111 | 1001 | 101001010 | 1000101 | 1000101 |
Color Harmonies of #E77AB1
Complementary color
Monochromatic Colors of #E77AB1
Black with #E77AB1
Text Example
Text Example
White with #E77AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77AB1; }
p { color: rgb(231,122,177); }
H1.HeaderClassName
{
color: #E77AB1;
}
.AnyTagClassName
{
color: #E77AB1;
}
</style>
background-color css
<style>
a { background-color: #E77AB1; }
a { background-color: rgb(231,122,177); }
div.DivClassName
{
background-color: #E77AB1;
}
.BgClassName
{
background-color: #E77AB1;
}
</style>
border-color css
<style>
span { border-color: #E77AB1; }
span { border-color: rgb(231,122,177); }
td.TdClassName
{
border-color: #E77AB1;
}
.TagClassName
{
border-color: #E77AB1;
}
</style>