Shades of Persian Pink #E47AAB
Tints of Persian Pink #E47AAB
RGB
CMYK
RGB Variations
Color information
#E47AAB (or 0xE47AAB) is known color: Persian Pink. HEX triplet: E4, 7A and AB. RGB value is (228,122,171). Sum of RGB (Red+Green+Blue) = 228+122+171=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E47AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47AAB is #1B8554. Grayscale: #9F9F9F. Windows color (decimal): -1803605 or 11238116. OLE color: 11238116.
HSL color Cylindrical-coordinate representation of color #E47AAB: hue angle of 332.26º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47AAB is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 171 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.11 |
| HSL | 332.26º | 0.66% | 0.69% | - |
| HSV(B) | 332.26º | 0.46% | 0.89% | - |
| XYZ | 46.31 | 33.35 | 42.53 | - |
| YUV | 159.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 171 | 0 | 0.46 | 0.25 | 0.11 | 332.26 | 0.66 | 0.69 |
| Hex | E4 | 7A | AB | 0 | 2E | 19 | B | 14C | 42 | 45 |
| Octal | 344 | 172 | 253 | 0 | 56 | 31 | 13 | 514 | 102 | 105 |
| Binary | 11100100 | 1111010 | 10101011 | 0 | 101110 | 11001 | 1011 | 101001100 | 1000010 | 1000101 |
Color Harmonies of #E47AAB
Complementary color
Monochromatic Colors of #E47AAB
Black with #E47AAB
Text Example
Text Example
White with #E47AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47AAB; }
p { color: rgb(228,122,171); }
H1.HeaderClassName
{
color: #E47AAB;
}
.AnyTagClassName
{
color: #E47AAB;
}
</style>
background-color css
<style>
a { background-color: #E47AAB; }
a { background-color: rgb(228,122,171); }
div.DivClassName
{
background-color: #E47AAB;
}
.BgClassName
{
background-color: #E47AAB;
}
</style>
border-color css
<style>
span { border-color: #E47AAB; }
span { border-color: rgb(228,122,171); }
td.TdClassName
{
border-color: #E47AAB;
}
.TagClassName
{
border-color: #E47AAB;
}
</style>