Shades of Persian Pink #E773BC
Tints of Persian Pink #E773BC
RGB
CMYK
RGB Variations
Color information
#E773BC (or 0xE773BC) is known color: Persian Pink. HEX triplet: E7, 73 and BC. RGB value is (231,115,188). Sum of RGB (Red+Green+Blue) = 231+115+188=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E773BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773BC is #188C43. Grayscale: #9D9D9D. Windows color (decimal): -1608772 or 12350439. OLE color: 12350439.
HSL color Cylindrical-coordinate representation of color #E773BC: hue angle of 322.24º 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 #E773BC is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 188 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.09 |
| HSL | 322.24º | 0.71% | 0.68% | - |
| HSV(B) | 322.24º | 0.5% | 0.91% | - |
| XYZ | 48.16 | 32.88 | 51.39 | - |
| YUV | 158.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 188 | 0 | 0.50 | 0.19 | 0.09 | 322.24 | 0.71 | 0.68 |
| Hex | E7 | 73 | BC | 0 | 32 | 13 | 9 | 142 | 47 | 44 |
| Octal | 347 | 163 | 274 | 0 | 62 | 23 | 11 | 502 | 107 | 104 |
| Binary | 11100111 | 1110011 | 10111100 | 0 | 110010 | 10011 | 1001 | 101000010 | 1000111 | 1000100 |
Color Harmonies of #E773BC
Complementary color
Monochromatic Colors of #E773BC
Black with #E773BC
Text Example
Text Example
White with #E773BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773BC; }
p { color: rgb(231,115,188); }
H1.HeaderClassName
{
color: #E773BC;
}
.AnyTagClassName
{
color: #E773BC;
}
</style>
background-color css
<style>
a { background-color: #E773BC; }
a { background-color: rgb(231,115,188); }
div.DivClassName
{
background-color: #E773BC;
}
.BgClassName
{
background-color: #E773BC;
}
</style>
border-color css
<style>
span { border-color: #E773BC; }
span { border-color: rgb(231,115,188); }
td.TdClassName
{
border-color: #E773BC;
}
.TagClassName
{
border-color: #E773BC;
}
</style>