Shades of Persian Pink #E471AF
Tints of Persian Pink #E471AF
RGB
CMYK
RGB Variations
Color information
#E471AF (or 0xE471AF) is known color: Persian Pink. HEX triplet: E4, 71 and AF. RGB value is (228,113,175). Sum of RGB (Red+Green+Blue) = 228+113+175=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E471AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E471AF is #1B8E50. Grayscale: #9A9A9A. Windows color (decimal): -1805905 or 11497956. OLE color: 11497956.
HSL color Cylindrical-coordinate representation of color #E471AF: hue angle of 327.65º 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 #E471AF is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 113 | 175 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.11 |
| HSL | 327.65º | 0.68% | 0.67% | - |
| HSV(B) | 327.65º | 0.5% | 0.89% | - |
| XYZ | 45.64 | 31.4 | 44.21 | - |
| YUV | 154.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 175 | 0 | 0.50 | 0.23 | 0.11 | 327.65 | 0.68 | 0.67 |
| Hex | E4 | 71 | AF | 0 | 32 | 17 | B | 148 | 44 | 43 |
| Octal | 344 | 161 | 257 | 0 | 62 | 27 | 13 | 510 | 104 | 103 |
| Binary | 11100100 | 1110001 | 10101111 | 0 | 110010 | 10111 | 1011 | 101001000 | 1000100 | 1000011 |
Color Harmonies of #E471AF
Complementary color
Monochromatic Colors of #E471AF
Black with #E471AF
Text Example
Text Example
White with #E471AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471AF; }
p { color: rgb(228,113,175); }
H1.HeaderClassName
{
color: #E471AF;
}
.AnyTagClassName
{
color: #E471AF;
}
</style>
background-color css
<style>
a { background-color: #E471AF; }
a { background-color: rgb(228,113,175); }
div.DivClassName
{
background-color: #E471AF;
}
.BgClassName
{
background-color: #E471AF;
}
</style>
border-color css
<style>
span { border-color: #E471AF; }
span { border-color: rgb(228,113,175); }
td.TdClassName
{
border-color: #E471AF;
}
.TagClassName
{
border-color: #E471AF;
}
</style>