Shades of Persian Pink #E57DB9
Tints of Persian Pink #E57DB9
RGB
CMYK
RGB Variations
Color information
#E57DB9 (or 0xE57DB9) is known color: Persian Pink. HEX triplet: E5, 7D and B9. RGB value is (229,125,185). Sum of RGB (Red+Green+Blue) = 229+125+185=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DB9 is #1A8246. Grayscale: #A2A2A2. Windows color (decimal): -1737287 or 12156389. OLE color: 12156389.
HSL color Cylindrical-coordinate representation of color #E57DB9: hue angle of 325.38º 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 #E57DB9 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 185 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.10 |
| HSL | 325.38º | 0.67% | 0.69% | - |
| HSV(B) | 325.38º | 0.45% | 0.9% | - |
| XYZ | 48.4 | 34.83 | 50.07 | - |
| YUV | 162.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 185 | 0 | 0.45 | 0.19 | 0.10 | 325.38 | 0.67 | 0.69 |
| Hex | E5 | 7D | B9 | 0 | 2D | 13 | A | 145 | 43 | 45 |
| Octal | 345 | 175 | 271 | 0 | 55 | 23 | 12 | 505 | 103 | 105 |
| Binary | 11100101 | 1111101 | 10111001 | 0 | 101101 | 10011 | 1010 | 101000101 | 1000011 | 1000101 |
Color Harmonies of #E57DB9
Complementary color
Monochromatic Colors of #E57DB9
Black with #E57DB9
Text Example
Text Example
White with #E57DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DB9; }
p { color: rgb(229,125,185); }
H1.HeaderClassName
{
color: #E57DB9;
}
.AnyTagClassName
{
color: #E57DB9;
}
</style>
background-color css
<style>
a { background-color: #E57DB9; }
a { background-color: rgb(229,125,185); }
div.DivClassName
{
background-color: #E57DB9;
}
.BgClassName
{
background-color: #E57DB9;
}
</style>
border-color css
<style>
span { border-color: #E57DB9; }
span { border-color: rgb(229,125,185); }
td.TdClassName
{
border-color: #E57DB9;
}
.TagClassName
{
border-color: #E57DB9;
}
</style>