Shades of Persian Pink #E57DB7
Tints of Persian Pink #E57DB7
RGB
CMYK
RGB Variations
Color information
#E57DB7 (or 0xE57DB7) is known color: Persian Pink. HEX triplet: E5, 7D and B7. RGB value is (229,125,183). Sum of RGB (Red+Green+Blue) = 229+125+183=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DB7 is #1A8248. Grayscale: #A2A2A2. Windows color (decimal): -1737289 or 12025317. OLE color: 12025317.
HSL color Cylindrical-coordinate representation of color #E57DB7: hue angle of 326.54º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DB7 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 183 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.10 |
| HSL | 326.54º | 0.67% | 0.69% | - |
| HSV(B) | 326.54º | 0.45% | 0.9% | - |
| XYZ | 48.19 | 34.74 | 48.97 | - |
| YUV | 162.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 183 | 0 | 0.45 | 0.20 | 0.10 | 326.54 | 0.67 | 0.69 |
| Hex | E5 | 7D | B7 | 0 | 2D | 14 | A | 147 | 43 | 45 |
| Octal | 345 | 175 | 267 | 0 | 55 | 24 | 12 | 507 | 103 | 105 |
| Binary | 11100101 | 1111101 | 10110111 | 0 | 101101 | 10100 | 1010 | 101000111 | 1000011 | 1000101 |
Color Harmonies of #E57DB7
Complementary color
Monochromatic Colors of #E57DB7
Black with #E57DB7
Text Example
Text Example
White with #E57DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DB7; }
p { color: rgb(229,125,183); }
H1.HeaderClassName
{
color: #E57DB7;
}
.AnyTagClassName
{
color: #E57DB7;
}
</style>
background-color css
<style>
a { background-color: #E57DB7; }
a { background-color: rgb(229,125,183); }
div.DivClassName
{
background-color: #E57DB7;
}
.BgClassName
{
background-color: #E57DB7;
}
</style>
border-color css
<style>
span { border-color: #E57DB7; }
span { border-color: rgb(229,125,183); }
td.TdClassName
{
border-color: #E57DB7;
}
.TagClassName
{
border-color: #E57DB7;
}
</style>