Shades of Persian Pink #E47BAC
Tints of Persian Pink #E47BAC
RGB
CMYK
RGB Variations
Color information
#E47BAC (or 0xE47BAC) is known color: Persian Pink. HEX triplet: E4, 7B and AC. RGB value is (228,123,172). Sum of RGB (Red+Green+Blue) = 228+123+172=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47BAC is #1B8453. Grayscale: #9F9F9F. Windows color (decimal): -1803348 or 11303908. OLE color: 11303908.
HSL color Cylindrical-coordinate representation of color #E47BAC: hue angle of 332º 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 #E47BAC is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 172 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.11 |
| HSL | 332º | 0.66% | 0.69% | - |
| HSV(B) | 332º | 0.46% | 0.89% | - |
| XYZ | 46.52 | 33.64 | 43.07 | - |
| YUV | 159.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 172 | 0 | 0.46 | 0.25 | 0.11 | 332 | 0.66 | 0.69 |
| Hex | E4 | 7B | AC | 0 | 2E | 19 | B | 14C | 42 | 45 |
| Octal | 344 | 173 | 254 | 0 | 56 | 31 | 13 | 514 | 102 | 105 |
| Binary | 11100100 | 1111011 | 10101100 | 0 | 101110 | 11001 | 1011 | 101001100 | 1000010 | 1000101 |
Color Harmonies of #E47BAC
Complementary color
Monochromatic Colors of #E47BAC
Black with #E47BAC
Text Example
Text Example
White with #E47BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BAC; }
p { color: rgb(228,123,172); }
H1.HeaderClassName
{
color: #E47BAC;
}
.AnyTagClassName
{
color: #E47BAC;
}
</style>
background-color css
<style>
a { background-color: #E47BAC; }
a { background-color: rgb(228,123,172); }
div.DivClassName
{
background-color: #E47BAC;
}
.BgClassName
{
background-color: #E47BAC;
}
</style>
border-color css
<style>
span { border-color: #E47BAC; }
span { border-color: rgb(228,123,172); }
td.TdClassName
{
border-color: #E47BAC;
}
.TagClassName
{
border-color: #E47BAC;
}
</style>