Shades of Persian Pink #E47ABC
Tints of Persian Pink #E47ABC
RGB
CMYK
RGB Variations
Color information
#E47ABC (or 0xE47ABC) is known color: Persian Pink. HEX triplet: E4, 7A and BC. RGB value is (228,122,188). Sum of RGB (Red+Green+Blue) = 228+122+188=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ABC is #1B8543. Grayscale: #A1A1A1. Windows color (decimal): -1803588 or 12352228. OLE color: 12352228.
HSL color Cylindrical-coordinate representation of color #E47ABC: hue angle of 322.64º 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 #E47ABC is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 188 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.11 |
| HSL | 322.64º | 0.66% | 0.69% | - |
| HSV(B) | 322.64º | 0.46% | 0.89% | - |
| XYZ | 48.03 | 34.04 | 51.62 | - |
| YUV | 161.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 188 | 0 | 0.46 | 0.18 | 0.11 | 322.64 | 0.66 | 0.69 |
| Hex | E4 | 7A | BC | 0 | 2E | 12 | B | 143 | 42 | 45 |
| Octal | 344 | 172 | 274 | 0 | 56 | 22 | 13 | 503 | 102 | 105 |
| Binary | 11100100 | 1111010 | 10111100 | 0 | 101110 | 10010 | 1011 | 101000011 | 1000010 | 1000101 |
Color Harmonies of #E47ABC
Complementary color
Monochromatic Colors of #E47ABC
Black with #E47ABC
Text Example
Text Example
White with #E47ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ABC; }
p { color: rgb(228,122,188); }
H1.HeaderClassName
{
color: #E47ABC;
}
.AnyTagClassName
{
color: #E47ABC;
}
</style>
background-color css
<style>
a { background-color: #E47ABC; }
a { background-color: rgb(228,122,188); }
div.DivClassName
{
background-color: #E47ABC;
}
.BgClassName
{
background-color: #E47ABC;
}
</style>
border-color css
<style>
span { border-color: #E47ABC; }
span { border-color: rgb(228,122,188); }
td.TdClassName
{
border-color: #E47ABC;
}
.TagClassName
{
border-color: #E47ABC;
}
</style>