Shades of Persian Pink #E473BA
Tints of Persian Pink #E473BA
RGB
CMYK
RGB Variations
Color information
#E473BA (or 0xE473BA) is known color: Persian Pink. HEX triplet: E4, 73 and BA. RGB value is (228,115,186). Sum of RGB (Red+Green+Blue) = 228+115+186=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E473BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473BA is #1B8C45. Grayscale: #9C9C9C. Windows color (decimal): -1805382 or 12219364. OLE color: 12219364.
HSL color Cylindrical-coordinate representation of color #E473BA: hue angle of 322.3º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E473BA is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 186 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.11 |
| HSL | 322.3º | 0.68% | 0.67% | - |
| HSV(B) | 322.3º | 0.5% | 0.89% | - |
| XYZ | 46.99 | 32.3 | 50.21 | - |
| YUV | 156.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 186 | 0 | 0.50 | 0.18 | 0.11 | 322.3 | 0.68 | 0.67 |
| Hex | E4 | 73 | BA | 0 | 32 | 12 | B | 142 | 44 | 43 |
| Octal | 344 | 163 | 272 | 0 | 62 | 22 | 13 | 502 | 104 | 103 |
| Binary | 11100100 | 1110011 | 10111010 | 0 | 110010 | 10010 | 1011 | 101000010 | 1000100 | 1000011 |
Color Harmonies of #E473BA
Complementary color
Monochromatic Colors of #E473BA
Black with #E473BA
Text Example
Text Example
White with #E473BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473BA; }
p { color: rgb(228,115,186); }
H1.HeaderClassName
{
color: #E473BA;
}
.AnyTagClassName
{
color: #E473BA;
}
</style>
background-color css
<style>
a { background-color: #E473BA; }
a { background-color: rgb(228,115,186); }
div.DivClassName
{
background-color: #E473BA;
}
.BgClassName
{
background-color: #E473BA;
}
</style>
border-color css
<style>
span { border-color: #E473BA; }
span { border-color: rgb(228,115,186); }
td.TdClassName
{
border-color: #E473BA;
}
.TagClassName
{
border-color: #E473BA;
}
</style>