Shades of Persian Pink #E57DB6
Tints of Persian Pink #E57DB6
RGB
CMYK
RGB Variations
Color information
#E57DB6 (or 0xE57DB6) is known color: Persian Pink. HEX triplet: E5, 7D and B6. RGB value is (229,125,182). Sum of RGB (Red+Green+Blue) = 229+125+182=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DB6 is #1A8249. Grayscale: #A2A2A2. Windows color (decimal): -1737290 or 11959781. OLE color: 11959781.
HSL color Cylindrical-coordinate representation of color #E57DB6: hue angle of 327.12º 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 #E57DB6 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 182 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.10 |
| HSL | 327.12º | 0.67% | 0.69% | - |
| HSV(B) | 327.12º | 0.45% | 0.9% | - |
| XYZ | 48.09 | 34.7 | 48.42 | - |
| YUV | 162.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 182 | 0 | 0.45 | 0.21 | 0.10 | 327.12 | 0.67 | 0.69 |
| Hex | E5 | 7D | B6 | 0 | 2D | 15 | A | 147 | 43 | 45 |
| Octal | 345 | 175 | 266 | 0 | 55 | 25 | 12 | 507 | 103 | 105 |
| Binary | 11100101 | 1111101 | 10110110 | 0 | 101101 | 10101 | 1010 | 101000111 | 1000011 | 1000101 |
Color Harmonies of #E57DB6
Complementary color
Monochromatic Colors of #E57DB6
Black with #E57DB6
Text Example
Text Example
White with #E57DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DB6; }
p { color: rgb(229,125,182); }
H1.HeaderClassName
{
color: #E57DB6;
}
.AnyTagClassName
{
color: #E57DB6;
}
</style>
background-color css
<style>
a { background-color: #E57DB6; }
a { background-color: rgb(229,125,182); }
div.DivClassName
{
background-color: #E57DB6;
}
.BgClassName
{
background-color: #E57DB6;
}
</style>
border-color css
<style>
span { border-color: #E57DB6; }
span { border-color: rgb(229,125,182); }
td.TdClassName
{
border-color: #E57DB6;
}
.TagClassName
{
border-color: #E57DB6;
}
</style>