Shades of Persian Pink #E47DAE
Tints of Persian Pink #E47DAE
RGB
CMYK
RGB Variations
Color information
#E47DAE (or 0xE47DAE) is known color: Persian Pink. HEX triplet: E4, 7D and AE. RGB value is (228,125,174). Sum of RGB (Red+Green+Blue) = 228+125+174=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47DAE is #1B8251. Grayscale: #A1A1A1. Windows color (decimal): -1802834 or 11435492. OLE color: 11435492.
HSL color Cylindrical-coordinate representation of color #E47DAE: hue angle of 331.46º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47DAE is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 174 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.11 |
| HSL | 331.46º | 0.66% | 0.69% | - |
| HSV(B) | 331.46º | 0.45% | 0.89% | - |
| XYZ | 46.97 | 34.22 | 44.17 | - |
| YUV | 161.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 174 | 0 | 0.45 | 0.24 | 0.11 | 331.46 | 0.66 | 0.69 |
| Hex | E4 | 7D | AE | 0 | 2D | 18 | B | 14B | 42 | 45 |
| Octal | 344 | 175 | 256 | 0 | 55 | 30 | 13 | 513 | 102 | 105 |
| Binary | 11100100 | 1111101 | 10101110 | 0 | 101101 | 11000 | 1011 | 101001011 | 1000010 | 1000101 |
Color Harmonies of #E47DAE
Complementary color
Monochromatic Colors of #E47DAE
Black with #E47DAE
Text Example
Text Example
White with #E47DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DAE; }
p { color: rgb(228,125,174); }
H1.HeaderClassName
{
color: #E47DAE;
}
.AnyTagClassName
{
color: #E47DAE;
}
</style>
background-color css
<style>
a { background-color: #E47DAE; }
a { background-color: rgb(228,125,174); }
div.DivClassName
{
background-color: #E47DAE;
}
.BgClassName
{
background-color: #E47DAE;
}
</style>
border-color css
<style>
span { border-color: #E47DAE; }
span { border-color: rgb(228,125,174); }
td.TdClassName
{
border-color: #E47DAE;
}
.TagClassName
{
border-color: #E47DAE;
}
</style>