Shades of Persian Pink #E47CAD
Tints of Persian Pink #E47CAD
RGB
CMYK
RGB Variations
Color information
#E47CAD (or 0xE47CAD) is known color: Persian Pink. HEX triplet: E4, 7C and AD. RGB value is (228,124,173). Sum of RGB (Red+Green+Blue) = 228+124+173=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47CAD is #1B8352. Grayscale: #A0A0A0. Windows color (decimal): -1803091 or 11369700. OLE color: 11369700.
HSL color Cylindrical-coordinate representation of color #E47CAD: hue angle of 331.73º 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 #E47CAD is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 173 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.11 |
| HSL | 331.73º | 0.66% | 0.69% | - |
| HSV(B) | 331.73º | 0.46% | 0.89% | - |
| XYZ | 46.75 | 33.93 | 43.62 | - |
| YUV | 160.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 173 | 0 | 0.46 | 0.24 | 0.11 | 331.73 | 0.66 | 0.69 |
| Hex | E4 | 7C | AD | 0 | 2E | 18 | B | 14C | 42 | 45 |
| Octal | 344 | 174 | 255 | 0 | 56 | 30 | 13 | 514 | 102 | 105 |
| Binary | 11100100 | 1111100 | 10101101 | 0 | 101110 | 11000 | 1011 | 101001100 | 1000010 | 1000101 |
Color Harmonies of #E47CAD
Complementary color
Monochromatic Colors of #E47CAD
Black with #E47CAD
Text Example
Text Example
White with #E47CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CAD; }
p { color: rgb(228,124,173); }
H1.HeaderClassName
{
color: #E47CAD;
}
.AnyTagClassName
{
color: #E47CAD;
}
</style>
background-color css
<style>
a { background-color: #E47CAD; }
a { background-color: rgb(228,124,173); }
div.DivClassName
{
background-color: #E47CAD;
}
.BgClassName
{
background-color: #E47CAD;
}
</style>
border-color css
<style>
span { border-color: #E47CAD; }
span { border-color: rgb(228,124,173); }
td.TdClassName
{
border-color: #E47CAD;
}
.TagClassName
{
border-color: #E47CAD;
}
</style>