Shades of Persian Pink #E770BA
Tints of Persian Pink #E770BA
RGB
CMYK
RGB Variations
Color information
#E770BA (or 0xE770BA) is known color: Persian Pink. HEX triplet: E7, 70 and BA. RGB value is (231,112,186). Sum of RGB (Red+Green+Blue) = 231+112+186=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E770BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770BA is #188F45. Grayscale: #9B9B9B. Windows color (decimal): -1609542 or 12218599. OLE color: 12218599.
HSL color Cylindrical-coordinate representation of color #E770BA: hue angle of 322.69º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770BA is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 186 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.09 |
| HSL | 322.69º | 0.71% | 0.67% | - |
| HSV(B) | 322.69º | 0.52% | 0.91% | - |
| XYZ | 47.61 | 32.12 | 50.15 | - |
| YUV | 156.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 186 | 0 | 0.52 | 0.19 | 0.09 | 322.69 | 0.71 | 0.67 |
| Hex | E7 | 70 | BA | 0 | 34 | 13 | 9 | 143 | 47 | 43 |
| Octal | 347 | 160 | 272 | 0 | 64 | 23 | 11 | 503 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10111010 | 0 | 110100 | 10011 | 1001 | 101000011 | 1000111 | 1000011 |
Color Harmonies of #E770BA
Complementary color
Monochromatic Colors of #E770BA
Black with #E770BA
Text Example
Text Example
White with #E770BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770BA; }
p { color: rgb(231,112,186); }
H1.HeaderClassName
{
color: #E770BA;
}
.AnyTagClassName
{
color: #E770BA;
}
</style>
background-color css
<style>
a { background-color: #E770BA; }
a { background-color: rgb(231,112,186); }
div.DivClassName
{
background-color: #E770BA;
}
.BgClassName
{
background-color: #E770BA;
}
</style>
border-color css
<style>
span { border-color: #E770BA; }
span { border-color: rgb(231,112,186); }
td.TdClassName
{
border-color: #E770BA;
}
.TagClassName
{
border-color: #E770BA;
}
</style>