Shades of Persian Pink #E77AB3
Tints of Persian Pink #E77AB3
RGB
CMYK
RGB Variations
Color information
#E77AB3 (or 0xE77AB3) is known color: Persian Pink. HEX triplet: E7, 7A and B3. RGB value is (231,122,179). Sum of RGB (Red+Green+Blue) = 231+122+179=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AB3 is #18854C. Grayscale: #A0A0A0. Windows color (decimal): -1606989 or 11762407. OLE color: 11762407.
HSL color Cylindrical-coordinate representation of color #E77AB3: hue angle of 328.62º 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 #E77AB3 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 179 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.09 |
| HSL | 328.62º | 0.69% | 0.69% | - |
| HSV(B) | 328.62º | 0.47% | 0.91% | - |
| XYZ | 48.05 | 34.16 | 46.71 | - |
| YUV | 161.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 179 | 0 | 0.47 | 0.23 | 0.09 | 328.62 | 0.69 | 0.69 |
| Hex | E7 | 7A | B3 | 0 | 2F | 17 | 9 | 149 | 45 | 45 |
| Octal | 347 | 172 | 263 | 0 | 57 | 27 | 11 | 511 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10110011 | 0 | 101111 | 10111 | 1001 | 101001001 | 1000101 | 1000101 |
Color Harmonies of #E77AB3
Complementary color
Monochromatic Colors of #E77AB3
Black with #E77AB3
Text Example
Text Example
White with #E77AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77AB3; }
p { color: rgb(231,122,179); }
H1.HeaderClassName
{
color: #E77AB3;
}
.AnyTagClassName
{
color: #E77AB3;
}
</style>
background-color css
<style>
a { background-color: #E77AB3; }
a { background-color: rgb(231,122,179); }
div.DivClassName
{
background-color: #E77AB3;
}
.BgClassName
{
background-color: #E77AB3;
}
</style>
border-color css
<style>
span { border-color: #E77AB3; }
span { border-color: rgb(231,122,179); }
td.TdClassName
{
border-color: #E77AB3;
}
.TagClassName
{
border-color: #E77AB3;
}
</style>