Shades of Persian Pink #E47ABF
Tints of Persian Pink #E47ABF
RGB
CMYK
RGB Variations
Color information
#E47ABF (or 0xE47ABF) is known color: Persian Pink. HEX triplet: E4, 7A and BF. RGB value is (228,122,191). Sum of RGB (Red+Green+Blue) = 228+122+191=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ABF is #1B8540. Grayscale: #A1A1A1. Windows color (decimal): -1803585 or 12548836. OLE color: 12548836.
HSL color Cylindrical-coordinate representation of color #E47ABF: hue angle of 320.94º 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 #E47ABF is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 191 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.11 |
| HSL | 320.94º | 0.66% | 0.69% | - |
| HSV(B) | 320.94º | 0.46% | 0.89% | - |
| XYZ | 48.36 | 34.17 | 53.34 | - |
| YUV | 161.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 191 | 0 | 0.46 | 0.16 | 0.11 | 320.94 | 0.66 | 0.69 |
| Hex | E4 | 7A | BF | 0 | 2E | 10 | B | 141 | 42 | 45 |
| Octal | 344 | 172 | 277 | 0 | 56 | 20 | 13 | 501 | 102 | 105 |
| Binary | 11100100 | 1111010 | 10111111 | 0 | 101110 | 10000 | 1011 | 101000001 | 1000010 | 1000101 |
Color Harmonies of #E47ABF
Complementary color
Monochromatic Colors of #E47ABF
Black with #E47ABF
Text Example
Text Example
White with #E47ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ABF; }
p { color: rgb(228,122,191); }
H1.HeaderClassName
{
color: #E47ABF;
}
.AnyTagClassName
{
color: #E47ABF;
}
</style>
background-color css
<style>
a { background-color: #E47ABF; }
a { background-color: rgb(228,122,191); }
div.DivClassName
{
background-color: #E47ABF;
}
.BgClassName
{
background-color: #E47ABF;
}
</style>
border-color css
<style>
span { border-color: #E47ABF; }
span { border-color: rgb(228,122,191); }
td.TdClassName
{
border-color: #E47ABF;
}
.TagClassName
{
border-color: #E47ABF;
}
</style>