Shades of Persian Pink #E47ABE
Tints of Persian Pink #E47ABE
RGB
CMYK
RGB Variations
Color information
#E47ABE (or 0xE47ABE) is known color: Persian Pink. HEX triplet: E4, 7A and BE. RGB value is (228,122,190). Sum of RGB (Red+Green+Blue) = 228+122+190=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ABE is #1B8541. Grayscale: #A1A1A1. Windows color (decimal): -1803586 or 12483300. OLE color: 12483300.
HSL color Cylindrical-coordinate representation of color #E47ABE: hue angle of 321.51º 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 #E47ABE is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 190 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.11 |
| HSL | 321.51º | 0.66% | 0.69% | - |
| HSV(B) | 321.51º | 0.46% | 0.89% | - |
| XYZ | 48.25 | 34.13 | 52.76 | - |
| YUV | 161.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 190 | 0 | 0.46 | 0.17 | 0.11 | 321.51 | 0.66 | 0.69 |
| Hex | E4 | 7A | BE | 0 | 2E | 11 | B | 142 | 42 | 45 |
| Octal | 344 | 172 | 276 | 0 | 56 | 21 | 13 | 502 | 102 | 105 |
| Binary | 11100100 | 1111010 | 10111110 | 0 | 101110 | 10001 | 1011 | 101000010 | 1000010 | 1000101 |
Color Harmonies of #E47ABE
Complementary color
Monochromatic Colors of #E47ABE
Black with #E47ABE
Text Example
Text Example
White with #E47ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ABE; }
p { color: rgb(228,122,190); }
H1.HeaderClassName
{
color: #E47ABE;
}
.AnyTagClassName
{
color: #E47ABE;
}
</style>
background-color css
<style>
a { background-color: #E47ABE; }
a { background-color: rgb(228,122,190); }
div.DivClassName
{
background-color: #E47ABE;
}
.BgClassName
{
background-color: #E47ABE;
}
</style>
border-color css
<style>
span { border-color: #E47ABE; }
span { border-color: rgb(228,122,190); }
td.TdClassName
{
border-color: #E47ABE;
}
.TagClassName
{
border-color: #E47ABE;
}
</style>