Shades of Persian Pink #E473AF
Tints of Persian Pink #E473AF
RGB
CMYK
RGB Variations
Color information
#E473AF (or 0xE473AF) is known color: Persian Pink. HEX triplet: E4, 73 and AF. RGB value is (228,115,175). Sum of RGB (Red+Green+Blue) = 228+115+175=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E473AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E473AF is #1B8C50. Grayscale: #9B9B9B. Windows color (decimal): -1805393 or 11498468. OLE color: 11498468.
HSL color Cylindrical-coordinate representation of color #E473AF: hue angle of 328.14º 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 #E473AF is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 175 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.11 |
| HSL | 328.14º | 0.68% | 0.67% | - |
| HSV(B) | 328.14º | 0.5% | 0.89% | - |
| XYZ | 45.86 | 31.85 | 44.29 | - |
| YUV | 155.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 175 | 0 | 0.50 | 0.23 | 0.11 | 328.14 | 0.68 | 0.67 |
| Hex | E4 | 73 | AF | 0 | 32 | 17 | B | 148 | 44 | 43 |
| Octal | 344 | 163 | 257 | 0 | 62 | 27 | 13 | 510 | 104 | 103 |
| Binary | 11100100 | 1110011 | 10101111 | 0 | 110010 | 10111 | 1011 | 101001000 | 1000100 | 1000011 |
Color Harmonies of #E473AF
Complementary color
Monochromatic Colors of #E473AF
Black with #E473AF
Text Example
Text Example
White with #E473AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473AF; }
p { color: rgb(228,115,175); }
H1.HeaderClassName
{
color: #E473AF;
}
.AnyTagClassName
{
color: #E473AF;
}
</style>
background-color css
<style>
a { background-color: #E473AF; }
a { background-color: rgb(228,115,175); }
div.DivClassName
{
background-color: #E473AF;
}
.BgClassName
{
background-color: #E473AF;
}
</style>
border-color css
<style>
span { border-color: #E473AF; }
span { border-color: rgb(228,115,175); }
td.TdClassName
{
border-color: #E473AF;
}
.TagClassName
{
border-color: #E473AF;
}
</style>