Shades of Persian Pink #E773BE
Tints of Persian Pink #E773BE
RGB
CMYK
RGB Variations
Color information
#E773BE (or 0xE773BE) is known color: Persian Pink. HEX triplet: E7, 73 and BE. RGB value is (231,115,190). Sum of RGB (Red+Green+Blue) = 231+115+190=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E773BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773BE is #188C41. Grayscale: #9E9E9E. Windows color (decimal): -1608770 or 12481511. OLE color: 12481511.
HSL color Cylindrical-coordinate representation of color #E773BE: hue angle of 321.21º 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 #E773BE is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 190 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.09 |
| HSL | 321.21º | 0.71% | 0.68% | - |
| HSV(B) | 321.21º | 0.5% | 0.91% | - |
| XYZ | 48.38 | 32.97 | 52.53 | - |
| YUV | 158.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 190 | 0 | 0.50 | 0.18 | 0.09 | 321.21 | 0.71 | 0.68 |
| Hex | E7 | 73 | BE | 0 | 32 | 12 | 9 | 141 | 47 | 44 |
| Octal | 347 | 163 | 276 | 0 | 62 | 22 | 11 | 501 | 107 | 104 |
| Binary | 11100111 | 1110011 | 10111110 | 0 | 110010 | 10010 | 1001 | 101000001 | 1000111 | 1000100 |
Color Harmonies of #E773BE
Complementary color
Monochromatic Colors of #E773BE
Black with #E773BE
Text Example
Text Example
White with #E773BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773BE; }
p { color: rgb(231,115,190); }
H1.HeaderClassName
{
color: #E773BE;
}
.AnyTagClassName
{
color: #E773BE;
}
</style>
background-color css
<style>
a { background-color: #E773BE; }
a { background-color: rgb(231,115,190); }
div.DivClassName
{
background-color: #E773BE;
}
.BgClassName
{
background-color: #E773BE;
}
</style>
border-color css
<style>
span { border-color: #E773BE; }
span { border-color: rgb(231,115,190); }
td.TdClassName
{
border-color: #E773BE;
}
.TagClassName
{
border-color: #E773BE;
}
</style>