Shades of Persian Pink #E777BA
Tints of Persian Pink #E777BA
RGB
CMYK
RGB Variations
Color information
#E777BA (or 0xE777BA) is known color: Persian Pink. HEX triplet: E7, 77 and BA. RGB value is (231,119,186). Sum of RGB (Red+Green+Blue) = 231+119+186=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E777BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777BA is #188845. Grayscale: #9F9F9F. Windows color (decimal): -1607750 or 12220391. OLE color: 12220391.
HSL color Cylindrical-coordinate representation of color #E777BA: hue angle of 324.11º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E777BA is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 186 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.09 |
| HSL | 324.11º | 0.7% | 0.69% | - |
| HSV(B) | 324.11º | 0.48% | 0.91% | - |
| XYZ | 48.41 | 33.73 | 50.41 | - |
| YUV | 160.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 186 | 0 | 0.48 | 0.19 | 0.09 | 324.11 | 0.7 | 0.69 |
| Hex | E7 | 77 | BA | 0 | 30 | 13 | 9 | 144 | 46 | 45 |
| Octal | 347 | 167 | 272 | 0 | 60 | 23 | 11 | 504 | 106 | 105 |
| Binary | 11100111 | 1110111 | 10111010 | 0 | 110000 | 10011 | 1001 | 101000100 | 1000110 | 1000101 |
Color Harmonies of #E777BA
Complementary color
Monochromatic Colors of #E777BA
Black with #E777BA
Text Example
Text Example
White with #E777BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E777BA; }
p { color: rgb(231,119,186); }
H1.HeaderClassName
{
color: #E777BA;
}
.AnyTagClassName
{
color: #E777BA;
}
</style>
background-color css
<style>
a { background-color: #E777BA; }
a { background-color: rgb(231,119,186); }
div.DivClassName
{
background-color: #E777BA;
}
.BgClassName
{
background-color: #E777BA;
}
</style>
border-color css
<style>
span { border-color: #E777BA; }
span { border-color: rgb(231,119,186); }
td.TdClassName
{
border-color: #E777BA;
}
.TagClassName
{
border-color: #E777BA;
}
</style>