Shades of Persian Pink #E47AB5
Tints of Persian Pink #E47AB5
RGB
CMYK
RGB Variations
Color information
#E47AB5 (or 0xE47AB5) is known color: Persian Pink. HEX triplet: E4, 7A and B5. RGB value is (228,122,181). Sum of RGB (Red+Green+Blue) = 228+122+181=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E47AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47AB5 is #1B854A. Grayscale: #A0A0A0. Windows color (decimal): -1803595 or 11893476. OLE color: 11893476.
HSL color Cylindrical-coordinate representation of color #E47AB5: hue angle of 326.6º 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 #E47AB5 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 181 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.11 |
| HSL | 326.6º | 0.66% | 0.69% | - |
| HSV(B) | 326.6º | 0.46% | 0.89% | - |
| XYZ | 47.29 | 33.75 | 47.74 | - |
| YUV | 160.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 181 | 0 | 0.46 | 0.21 | 0.11 | 326.6 | 0.66 | 0.69 |
| Hex | E4 | 7A | B5 | 0 | 2E | 15 | B | 147 | 42 | 45 |
| Octal | 344 | 172 | 265 | 0 | 56 | 25 | 13 | 507 | 102 | 105 |
| Binary | 11100100 | 1111010 | 10110101 | 0 | 101110 | 10101 | 1011 | 101000111 | 1000010 | 1000101 |
Color Harmonies of #E47AB5
Complementary color
Monochromatic Colors of #E47AB5
Black with #E47AB5
Text Example
Text Example
White with #E47AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47AB5; }
p { color: rgb(228,122,181); }
H1.HeaderClassName
{
color: #E47AB5;
}
.AnyTagClassName
{
color: #E47AB5;
}
</style>
background-color css
<style>
a { background-color: #E47AB5; }
a { background-color: rgb(228,122,181); }
div.DivClassName
{
background-color: #E47AB5;
}
.BgClassName
{
background-color: #E47AB5;
}
</style>
border-color css
<style>
span { border-color: #E47AB5; }
span { border-color: rgb(228,122,181); }
td.TdClassName
{
border-color: #E47AB5;
}
.TagClassName
{
border-color: #E47AB5;
}
</style>