Shades of Persian Pink #E47ABD
Tints of Persian Pink #E47ABD
RGB
CMYK
RGB Variations
Color information
#E47ABD (or 0xE47ABD) is known color: Persian Pink. HEX triplet: E4, 7A and BD. RGB value is (228,122,189). Sum of RGB (Red+Green+Blue) = 228+122+189=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ABD is #1B8542. Grayscale: #A1A1A1. Windows color (decimal): -1803587 or 12417764. OLE color: 12417764.
HSL color Cylindrical-coordinate representation of color #E47ABD: hue angle of 322.08º 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 #E47ABD is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 189 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.11 |
| HSL | 322.08º | 0.66% | 0.69% | - |
| HSV(B) | 322.08º | 0.46% | 0.89% | - |
| XYZ | 48.14 | 34.09 | 52.19 | - |
| YUV | 161.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 189 | 0 | 0.46 | 0.17 | 0.11 | 322.08 | 0.66 | 0.69 |
| Hex | E4 | 7A | BD | 0 | 2E | 11 | B | 142 | 42 | 45 |
| Octal | 344 | 172 | 275 | 0 | 56 | 21 | 13 | 502 | 102 | 105 |
| Binary | 11100100 | 1111010 | 10111101 | 0 | 101110 | 10001 | 1011 | 101000010 | 1000010 | 1000101 |
Color Harmonies of #E47ABD
Complementary color
Monochromatic Colors of #E47ABD
Black with #E47ABD
Text Example
Text Example
White with #E47ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ABD; }
p { color: rgb(228,122,189); }
H1.HeaderClassName
{
color: #E47ABD;
}
.AnyTagClassName
{
color: #E47ABD;
}
</style>
background-color css
<style>
a { background-color: #E47ABD; }
a { background-color: rgb(228,122,189); }
div.DivClassName
{
background-color: #E47ABD;
}
.BgClassName
{
background-color: #E47ABD;
}
</style>
border-color css
<style>
span { border-color: #E47ABD; }
span { border-color: rgb(228,122,189); }
td.TdClassName
{
border-color: #E47ABD;
}
.TagClassName
{
border-color: #E47ABD;
}
</style>