Shades of Persian Pink #E47ABB
Tints of Persian Pink #E47ABB
RGB
CMYK
RGB Variations
Color information
#E47ABB (or 0xE47ABB) is known color: Persian Pink. HEX triplet: E4, 7A and BB. RGB value is (228,122,187). Sum of RGB (Red+Green+Blue) = 228+122+187=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ABB is #1B8544. Grayscale: #A0A0A0. Windows color (decimal): -1803589 or 12286692. OLE color: 12286692.
HSL color Cylindrical-coordinate representation of color #E47ABB: hue angle of 323.21º 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 #E47ABB is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 187 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.11 |
| HSL | 323.21º | 0.66% | 0.69% | - |
| HSV(B) | 323.21º | 0.46% | 0.89% | - |
| XYZ | 47.92 | 34 | 51.05 | - |
| YUV | 161.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 187 | 0 | 0.46 | 0.18 | 0.11 | 323.21 | 0.66 | 0.69 |
| Hex | E4 | 7A | BB | 0 | 2E | 12 | B | 143 | 42 | 45 |
| Octal | 344 | 172 | 273 | 0 | 56 | 22 | 13 | 503 | 102 | 105 |
| Binary | 11100100 | 1111010 | 10111011 | 0 | 101110 | 10010 | 1011 | 101000011 | 1000010 | 1000101 |
Color Harmonies of #E47ABB
Complementary color
Monochromatic Colors of #E47ABB
Black with #E47ABB
Text Example
Text Example
White with #E47ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ABB; }
p { color: rgb(228,122,187); }
H1.HeaderClassName
{
color: #E47ABB;
}
.AnyTagClassName
{
color: #E47ABB;
}
</style>
background-color css
<style>
a { background-color: #E47ABB; }
a { background-color: rgb(228,122,187); }
div.DivClassName
{
background-color: #E47ABB;
}
.BgClassName
{
background-color: #E47ABB;
}
</style>
border-color css
<style>
span { border-color: #E47ABB; }
span { border-color: rgb(228,122,187); }
td.TdClassName
{
border-color: #E47ABB;
}
.TagClassName
{
border-color: #E47ABB;
}
</style>