Shades of Persian Pink #E47FB7
Tints of Persian Pink #E47FB7
RGB
CMYK
RGB Variations
Color information
#E47FB7 (or 0xE47FB7) is known color: Persian Pink. HEX triplet: E4, 7F and B7. RGB value is (228,127,183). Sum of RGB (Red+Green+Blue) = 228+127+183=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FB7 is #1B8048. Grayscale: #A3A3A3. Windows color (decimal): -1802313 or 12025828. OLE color: 12025828.
HSL color Cylindrical-coordinate representation of color #E47FB7: hue angle of 326.73º 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 #E47FB7 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 183 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.11 |
| HSL | 326.73º | 0.65% | 0.7% | - |
| HSV(B) | 326.73º | 0.44% | 0.89% | - |
| XYZ | 48.13 | 35.09 | 49.04 | - |
| YUV | 163.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 183 | 0 | 0.44 | 0.20 | 0.11 | 326.73 | 0.65 | 0.7 |
| Hex | E4 | 7F | B7 | 0 | 2C | 14 | B | 147 | 41 | 46 |
| Octal | 344 | 177 | 267 | 0 | 54 | 24 | 13 | 507 | 101 | 106 |
| Binary | 11100100 | 1111111 | 10110111 | 0 | 101100 | 10100 | 1011 | 101000111 | 1000001 | 1000110 |
Color Harmonies of #E47FB7
Complementary color
Monochromatic Colors of #E47FB7
Black with #E47FB7
Text Example
Text Example
White with #E47FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47FB7; }
p { color: rgb(228,127,183); }
H1.HeaderClassName
{
color: #E47FB7;
}
.AnyTagClassName
{
color: #E47FB7;
}
</style>
background-color css
<style>
a { background-color: #E47FB7; }
a { background-color: rgb(228,127,183); }
div.DivClassName
{
background-color: #E47FB7;
}
.BgClassName
{
background-color: #E47FB7;
}
</style>
border-color css
<style>
span { border-color: #E47FB7; }
span { border-color: rgb(228,127,183); }
td.TdClassName
{
border-color: #E47FB7;
}
.TagClassName
{
border-color: #E47FB7;
}
</style>