Shades of Persian Pink #E47BAE
Tints of Persian Pink #E47BAE
RGB
CMYK
RGB Variations
Color information
#E47BAE (or 0xE47BAE) is known color: Persian Pink. HEX triplet: E4, 7B and AE. RGB value is (228,123,174). Sum of RGB (Red+Green+Blue) = 228+123+174=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47BAE is #1B8451. Grayscale: #A0A0A0. Windows color (decimal): -1803346 or 11434980. OLE color: 11434980.
HSL color Cylindrical-coordinate representation of color #E47BAE: hue angle of 330.86º 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 #E47BAE is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 174 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.11 |
| HSL | 330.86º | 0.66% | 0.69% | - |
| HSV(B) | 330.86º | 0.46% | 0.89% | - |
| XYZ | 46.72 | 33.72 | 44.09 | - |
| YUV | 160.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 174 | 0 | 0.46 | 0.24 | 0.11 | 330.86 | 0.66 | 0.69 |
| Hex | E4 | 7B | AE | 0 | 2E | 18 | B | 14B | 42 | 45 |
| Octal | 344 | 173 | 256 | 0 | 56 | 30 | 13 | 513 | 102 | 105 |
| Binary | 11100100 | 1111011 | 10101110 | 0 | 101110 | 11000 | 1011 | 101001011 | 1000010 | 1000101 |
Color Harmonies of #E47BAE
Complementary color
Monochromatic Colors of #E47BAE
Black with #E47BAE
Text Example
Text Example
White with #E47BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BAE; }
p { color: rgb(228,123,174); }
H1.HeaderClassName
{
color: #E47BAE;
}
.AnyTagClassName
{
color: #E47BAE;
}
</style>
background-color css
<style>
a { background-color: #E47BAE; }
a { background-color: rgb(228,123,174); }
div.DivClassName
{
background-color: #E47BAE;
}
.BgClassName
{
background-color: #E47BAE;
}
</style>
border-color css
<style>
span { border-color: #E47BAE; }
span { border-color: rgb(228,123,174); }
td.TdClassName
{
border-color: #E47BAE;
}
.TagClassName
{
border-color: #E47BAE;
}
</style>