Shades of Persian Pink #E773BD
Tints of Persian Pink #E773BD
RGB
CMYK
RGB Variations
Color information
#E773BD (or 0xE773BD) is known color: Persian Pink. HEX triplet: E7, 73 and BD. RGB value is (231,115,189). Sum of RGB (Red+Green+Blue) = 231+115+189=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E773BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773BD is #188C42. Grayscale: #9D9D9D. Windows color (decimal): -1608771 or 12415975. OLE color: 12415975.
HSL color Cylindrical-coordinate representation of color #E773BD: hue angle of 321.72º 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 #E773BD is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 189 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.09 |
| HSL | 321.72º | 0.71% | 0.68% | - |
| HSV(B) | 321.72º | 0.5% | 0.91% | - |
| XYZ | 48.27 | 32.92 | 51.96 | - |
| YUV | 158.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 189 | 0 | 0.50 | 0.18 | 0.09 | 321.72 | 0.71 | 0.68 |
| Hex | E7 | 73 | BD | 0 | 32 | 12 | 9 | 142 | 47 | 44 |
| Octal | 347 | 163 | 275 | 0 | 62 | 22 | 11 | 502 | 107 | 104 |
| Binary | 11100111 | 1110011 | 10111101 | 0 | 110010 | 10010 | 1001 | 101000010 | 1000111 | 1000100 |
Color Harmonies of #E773BD
Complementary color
Monochromatic Colors of #E773BD
Black with #E773BD
Text Example
Text Example
White with #E773BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773BD; }
p { color: rgb(231,115,189); }
H1.HeaderClassName
{
color: #E773BD;
}
.AnyTagClassName
{
color: #E773BD;
}
</style>
background-color css
<style>
a { background-color: #E773BD; }
a { background-color: rgb(231,115,189); }
div.DivClassName
{
background-color: #E773BD;
}
.BgClassName
{
background-color: #E773BD;
}
</style>
border-color css
<style>
span { border-color: #E773BD; }
span { border-color: rgb(231,115,189); }
td.TdClassName
{
border-color: #E773BD;
}
.TagClassName
{
border-color: #E773BD;
}
</style>