Shades of Persian Pink #E47DB0
Tints of Persian Pink #E47DB0
RGB
CMYK
RGB Variations
Color information
#E47DB0 (or 0xE47DB0) is known color: Persian Pink. HEX triplet: E4, 7D and B0. RGB value is (228,125,176). Sum of RGB (Red+Green+Blue) = 228+125+176=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47DB0 is #1B824F. Grayscale: #A1A1A1. Windows color (decimal): -1802832 or 11566564. OLE color: 11566564.
HSL color Cylindrical-coordinate representation of color #E47DB0: hue angle of 330.29º 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 #E47DB0 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 176 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.11 |
| HSL | 330.29º | 0.66% | 0.69% | - |
| HSV(B) | 330.29º | 0.45% | 0.89% | - |
| XYZ | 47.17 | 34.3 | 45.21 | - |
| YUV | 161.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 176 | 0 | 0.45 | 0.23 | 0.11 | 330.29 | 0.66 | 0.69 |
| Hex | E4 | 7D | B0 | 0 | 2D | 17 | B | 14A | 42 | 45 |
| Octal | 344 | 175 | 260 | 0 | 55 | 27 | 13 | 512 | 102 | 105 |
| Binary | 11100100 | 1111101 | 10110000 | 0 | 101101 | 10111 | 1011 | 101001010 | 1000010 | 1000101 |
Color Harmonies of #E47DB0
Complementary color
Monochromatic Colors of #E47DB0
Black with #E47DB0
Text Example
Text Example
White with #E47DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DB0; }
p { color: rgb(228,125,176); }
H1.HeaderClassName
{
color: #E47DB0;
}
.AnyTagClassName
{
color: #E47DB0;
}
</style>
background-color css
<style>
a { background-color: #E47DB0; }
a { background-color: rgb(228,125,176); }
div.DivClassName
{
background-color: #E47DB0;
}
.BgClassName
{
background-color: #E47DB0;
}
</style>
border-color css
<style>
span { border-color: #E47DB0; }
span { border-color: rgb(228,125,176); }
td.TdClassName
{
border-color: #E47DB0;
}
.TagClassName
{
border-color: #E47DB0;
}
</style>