Shades of Persian Pink #E773BA
Tints of Persian Pink #E773BA
RGB
CMYK
RGB Variations
Color information
#E773BA (or 0xE773BA) is known color: Persian Pink. HEX triplet: E7, 73 and BA. RGB value is (231,115,186). Sum of RGB (Red+Green+Blue) = 231+115+186=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E773BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773BA is #188C45. Grayscale: #9D9D9D. Windows color (decimal): -1608774 or 12219367. OLE color: 12219367.
HSL color Cylindrical-coordinate representation of color #E773BA: hue angle of 323.28º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773BA is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 186 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.09 |
| HSL | 323.28º | 0.71% | 0.68% | - |
| HSV(B) | 323.28º | 0.5% | 0.91% | - |
| XYZ | 47.95 | 32.8 | 50.26 | - |
| YUV | 157.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 186 | 0 | 0.50 | 0.19 | 0.09 | 323.28 | 0.71 | 0.68 |
| Hex | E7 | 73 | BA | 0 | 32 | 13 | 9 | 143 | 47 | 44 |
| Octal | 347 | 163 | 272 | 0 | 62 | 23 | 11 | 503 | 107 | 104 |
| Binary | 11100111 | 1110011 | 10111010 | 0 | 110010 | 10011 | 1001 | 101000011 | 1000111 | 1000100 |
Color Harmonies of #E773BA
Complementary color
Monochromatic Colors of #E773BA
Black with #E773BA
Text Example
Text Example
White with #E773BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773BA; }
p { color: rgb(231,115,186); }
H1.HeaderClassName
{
color: #E773BA;
}
.AnyTagClassName
{
color: #E773BA;
}
</style>
background-color css
<style>
a { background-color: #E773BA; }
a { background-color: rgb(231,115,186); }
div.DivClassName
{
background-color: #E773BA;
}
.BgClassName
{
background-color: #E773BA;
}
</style>
border-color css
<style>
span { border-color: #E773BA; }
span { border-color: rgb(231,115,186); }
td.TdClassName
{
border-color: #E773BA;
}
.TagClassName
{
border-color: #E773BA;
}
</style>