Shades of Persian Pink #E47DBC
Tints of Persian Pink #E47DBC
RGB
CMYK
RGB Variations
Color information
#E47DBC (or 0xE47DBC) is known color: Persian Pink. HEX triplet: E4, 7D and BC. RGB value is (228,125,188). Sum of RGB (Red+Green+Blue) = 228+125+188=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DBC is #1B8243. Grayscale: #A2A2A2. Windows color (decimal): -1802820 or 12352996. OLE color: 12352996.
HSL color Cylindrical-coordinate representation of color #E47DBC: hue angle of 323.3º 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 #E47DBC is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 188 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.11 |
| HSL | 323.3º | 0.66% | 0.69% | - |
| HSV(B) | 323.3º | 0.45% | 0.89% | - |
| XYZ | 48.41 | 34.79 | 51.74 | - |
| YUV | 162.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 188 | 0 | 0.45 | 0.18 | 0.11 | 323.3 | 0.66 | 0.69 |
| Hex | E4 | 7D | BC | 0 | 2D | 12 | B | 143 | 42 | 45 |
| Octal | 344 | 175 | 274 | 0 | 55 | 22 | 13 | 503 | 102 | 105 |
| Binary | 11100100 | 1111101 | 10111100 | 0 | 101101 | 10010 | 1011 | 101000011 | 1000010 | 1000101 |
Color Harmonies of #E47DBC
Complementary color
Monochromatic Colors of #E47DBC
Black with #E47DBC
Text Example
Text Example
White with #E47DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DBC; }
p { color: rgb(228,125,188); }
H1.HeaderClassName
{
color: #E47DBC;
}
.AnyTagClassName
{
color: #E47DBC;
}
</style>
background-color css
<style>
a { background-color: #E47DBC; }
a { background-color: rgb(228,125,188); }
div.DivClassName
{
background-color: #E47DBC;
}
.BgClassName
{
background-color: #E47DBC;
}
</style>
border-color css
<style>
span { border-color: #E47DBC; }
span { border-color: rgb(228,125,188); }
td.TdClassName
{
border-color: #E47DBC;
}
.TagClassName
{
border-color: #E47DBC;
}
</style>