Shades of Persian Pink #E47FC0
Tints of Persian Pink #E47FC0
RGB
CMYK
RGB Variations
Color information
#E47FC0 (or 0xE47FC0) is known color: Persian Pink. HEX triplet: E4, 7F and C0. RGB value is (228,127,192). Sum of RGB (Red+Green+Blue) = 228+127+192=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FC0 is #1B803F. Grayscale: #A4A4A4. Windows color (decimal): -1802304 or 12615652. OLE color: 12615652.
HSL color Cylindrical-coordinate representation of color #E47FC0: hue angle of 321.39º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E47FC0 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 192 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.11 |
| HSL | 321.39º | 0.65% | 0.7% | - |
| HSV(B) | 321.39º | 0.44% | 0.89% | - |
| XYZ | 49.1 | 35.48 | 54.13 | - |
| YUV | 164.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 192 | 0 | 0.44 | 0.16 | 0.11 | 321.39 | 0.65 | 0.7 |
| Hex | E4 | 7F | C0 | 0 | 2C | 10 | B | 141 | 41 | 46 |
| Octal | 344 | 177 | 300 | 0 | 54 | 20 | 13 | 501 | 101 | 106 |
| Binary | 11100100 | 1111111 | 11000000 | 0 | 101100 | 10000 | 1011 | 101000001 | 1000001 | 1000110 |
Color Harmonies of #E47FC0
Complementary color
Monochromatic Colors of #E47FC0
Black with #E47FC0
Text Example
Text Example
White with #E47FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47FC0; }
p { color: rgb(228,127,192); }
H1.HeaderClassName
{
color: #E47FC0;
}
.AnyTagClassName
{
color: #E47FC0;
}
</style>
background-color css
<style>
a { background-color: #E47FC0; }
a { background-color: rgb(228,127,192); }
div.DivClassName
{
background-color: #E47FC0;
}
.BgClassName
{
background-color: #E47FC0;
}
</style>
border-color css
<style>
span { border-color: #E47FC0; }
span { border-color: rgb(228,127,192); }
td.TdClassName
{
border-color: #E47FC0;
}
.TagClassName
{
border-color: #E47FC0;
}
</style>