Shades of Persian Pink #E47DB4
Tints of Persian Pink #E47DB4
RGB
CMYK
RGB Variations
Color information
#E47DB4 (or 0xE47DB4) is known color: Persian Pink. HEX triplet: E4, 7D and B4. RGB value is (228,125,180). Sum of RGB (Red+Green+Blue) = 228+125+180=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DB4 is #1B824B. Grayscale: #A1A1A1. Windows color (decimal): -1802828 or 11828708. OLE color: 11828708.
HSL color Cylindrical-coordinate representation of color #E47DB4: hue angle of 327.96º 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 #E47DB4 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 180 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.11 |
| HSL | 327.96º | 0.66% | 0.69% | - |
| HSV(B) | 327.96º | 0.45% | 0.89% | - |
| XYZ | 47.57 | 34.46 | 47.32 | - |
| YUV | 162.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 180 | 0 | 0.45 | 0.21 | 0.11 | 327.96 | 0.66 | 0.69 |
| Hex | E4 | 7D | B4 | 0 | 2D | 15 | B | 148 | 42 | 45 |
| Octal | 344 | 175 | 264 | 0 | 55 | 25 | 13 | 510 | 102 | 105 |
| Binary | 11100100 | 1111101 | 10110100 | 0 | 101101 | 10101 | 1011 | 101001000 | 1000010 | 1000101 |
Color Harmonies of #E47DB4
Complementary color
Monochromatic Colors of #E47DB4
Black with #E47DB4
Text Example
Text Example
White with #E47DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DB4; }
p { color: rgb(228,125,180); }
H1.HeaderClassName
{
color: #E47DB4;
}
.AnyTagClassName
{
color: #E47DB4;
}
</style>
background-color css
<style>
a { background-color: #E47DB4; }
a { background-color: rgb(228,125,180); }
div.DivClassName
{
background-color: #E47DB4;
}
.BgClassName
{
background-color: #E47DB4;
}
</style>
border-color css
<style>
span { border-color: #E47DB4; }
span { border-color: rgb(228,125,180); }
td.TdClassName
{
border-color: #E47DB4;
}
.TagClassName
{
border-color: #E47DB4;
}
</style>