Shades of Persian Pink #E77ABC
Tints of Persian Pink #E77ABC
RGB
CMYK
RGB Variations
Color information
#E77ABC (or 0xE77ABC) is known color: Persian Pink. HEX triplet: E7, 7A and BC. RGB value is (231,122,188). Sum of RGB (Red+Green+Blue) = 231+122+188=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ABC is #188543. Grayscale: #A1A1A1. Windows color (decimal): -1606980 or 12352231. OLE color: 12352231.
HSL color Cylindrical-coordinate representation of color #E77ABC: hue angle of 323.67º 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 #E77ABC is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 188 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.09 |
| HSL | 323.67º | 0.69% | 0.69% | - |
| HSV(B) | 323.67º | 0.47% | 0.91% | - |
| XYZ | 48.99 | 34.54 | 51.66 | - |
| YUV | 162.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 188 | 0 | 0.47 | 0.19 | 0.09 | 323.67 | 0.69 | 0.69 |
| Hex | E7 | 7A | BC | 0 | 2F | 13 | 9 | 144 | 45 | 45 |
| Octal | 347 | 172 | 274 | 0 | 57 | 23 | 11 | 504 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10111100 | 0 | 101111 | 10011 | 1001 | 101000100 | 1000101 | 1000101 |
Color Harmonies of #E77ABC
Complementary color
Monochromatic Colors of #E77ABC
Black with #E77ABC
Text Example
Text Example
White with #E77ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77ABC; }
p { color: rgb(231,122,188); }
H1.HeaderClassName
{
color: #E77ABC;
}
.AnyTagClassName
{
color: #E77ABC;
}
</style>
background-color css
<style>
a { background-color: #E77ABC; }
a { background-color: rgb(231,122,188); }
div.DivClassName
{
background-color: #E77ABC;
}
.BgClassName
{
background-color: #E77ABC;
}
</style>
border-color css
<style>
span { border-color: #E77ABC; }
span { border-color: rgb(231,122,188); }
td.TdClassName
{
border-color: #E77ABC;
}
.TagClassName
{
border-color: #E77ABC;
}
</style>