Shades of Persian Pink #E47DAF
Tints of Persian Pink #E47DAF
RGB
CMYK
RGB Variations
Color information
#E47DAF (or 0xE47DAF) is known color: Persian Pink. HEX triplet: E4, 7D and AF. RGB value is (228,125,175). Sum of RGB (Red+Green+Blue) = 228+125+175=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47DAF is #1B8250. Grayscale: #A1A1A1. Windows color (decimal): -1802833 or 11501028. OLE color: 11501028.
HSL color Cylindrical-coordinate representation of color #E47DAF: hue angle of 330.87º 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 #E47DAF is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 175 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.11 |
| HSL | 330.87º | 0.66% | 0.69% | - |
| HSV(B) | 330.87º | 0.45% | 0.89% | - |
| XYZ | 47.07 | 34.26 | 44.69 | - |
| YUV | 161.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 175 | 0 | 0.45 | 0.23 | 0.11 | 330.87 | 0.66 | 0.69 |
| Hex | E4 | 7D | AF | 0 | 2D | 17 | B | 14B | 42 | 45 |
| Octal | 344 | 175 | 257 | 0 | 55 | 27 | 13 | 513 | 102 | 105 |
| Binary | 11100100 | 1111101 | 10101111 | 0 | 101101 | 10111 | 1011 | 101001011 | 1000010 | 1000101 |
Color Harmonies of #E47DAF
Complementary color
Monochromatic Colors of #E47DAF
Black with #E47DAF
Text Example
Text Example
White with #E47DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DAF; }
p { color: rgb(228,125,175); }
H1.HeaderClassName
{
color: #E47DAF;
}
.AnyTagClassName
{
color: #E47DAF;
}
</style>
background-color css
<style>
a { background-color: #E47DAF; }
a { background-color: rgb(228,125,175); }
div.DivClassName
{
background-color: #E47DAF;
}
.BgClassName
{
background-color: #E47DAF;
}
</style>
border-color css
<style>
span { border-color: #E47DAF; }
span { border-color: rgb(228,125,175); }
td.TdClassName
{
border-color: #E47DAF;
}
.TagClassName
{
border-color: #E47DAF;
}
</style>