Shades of Persian Pink #E47EB1
Tints of Persian Pink #E47EB1
RGB
CMYK
RGB Variations
Color information
#E47EB1 (or 0xE47EB1) is known color: Persian Pink. HEX triplet: E4, 7E and B1. RGB value is (228,126,177). Sum of RGB (Red+Green+Blue) = 228+126+177=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E47EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47EB1 is #1B814E. Grayscale: #A2A2A2. Windows color (decimal): -1802575 or 11632356. OLE color: 11632356.
HSL color Cylindrical-coordinate representation of color #E47EB1: hue angle of 330º degrees, saturation: 0.65, 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 #E47EB1 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 177 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.11 |
| HSL | 330º | 0.65% | 0.69% | - |
| HSV(B) | 330º | 0.45% | 0.89% | - |
| XYZ | 47.39 | 34.59 | 45.77 | - |
| YUV | 162.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 177 | 0 | 0.45 | 0.22 | 0.11 | 330 | 0.65 | 0.69 |
| Hex | E4 | 7E | B1 | 0 | 2D | 16 | B | 14A | 41 | 45 |
| Octal | 344 | 176 | 261 | 0 | 55 | 26 | 13 | 512 | 101 | 105 |
| Binary | 11100100 | 1111110 | 10110001 | 0 | 101101 | 10110 | 1011 | 101001010 | 1000001 | 1000101 |
Color Harmonies of #E47EB1
Complementary color
Monochromatic Colors of #E47EB1
Black with #E47EB1
Text Example
Text Example
White with #E47EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47EB1; }
p { color: rgb(228,126,177); }
H1.HeaderClassName
{
color: #E47EB1;
}
.AnyTagClassName
{
color: #E47EB1;
}
</style>
background-color css
<style>
a { background-color: #E47EB1; }
a { background-color: rgb(228,126,177); }
div.DivClassName
{
background-color: #E47EB1;
}
.BgClassName
{
background-color: #E47EB1;
}
</style>
border-color css
<style>
span { border-color: #E47EB1; }
span { border-color: rgb(228,126,177); }
td.TdClassName
{
border-color: #E47EB1;
}
.TagClassName
{
border-color: #E47EB1;
}
</style>