Shades of Persian Pink #E17DB0
Tints of Persian Pink #E17DB0
RGB
CMYK
RGB Variations
Color information
#E17DB0 (or 0xE17DB0) is known color: Persian Pink. HEX triplet: E1, 7D and B0. RGB value is (225,125,176). Sum of RGB (Red+Green+Blue) = 225+125+176=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DB0 is #1E824F. Grayscale: #A0A0A0. Windows color (decimal): -1999440 or 11566561. OLE color: 11566561.
HSL color Cylindrical-coordinate representation of color #E17DB0: hue angle of 329.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17DB0 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 176 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.12 |
| HSL | 329.4º | 0.63% | 0.69% | - |
| HSV(B) | 329.4º | 0.44% | 0.88% | - |
| XYZ | 46.22 | 33.81 | 45.16 | - |
| YUV | 160.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 176 | 0 | 0.44 | 0.22 | 0.12 | 329.4 | 0.63 | 0.69 |
| Hex | E1 | 7D | B0 | 0 | 2C | 16 | C | 149 | 3E | 45 |
| Octal | 341 | 175 | 260 | 0 | 54 | 26 | 14 | 511 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10110000 | 0 | 101100 | 10110 | 1100 | 101001001 | 111110 | 1000101 |
Color Harmonies of #E17DB0
Complementary color
Monochromatic Colors of #E17DB0
Black with #E17DB0
Text Example
Text Example
White with #E17DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DB0; }
p { color: rgb(225,125,176); }
H1.HeaderClassName
{
color: #E17DB0;
}
.AnyTagClassName
{
color: #E17DB0;
}
</style>
background-color css
<style>
a { background-color: #E17DB0; }
a { background-color: rgb(225,125,176); }
div.DivClassName
{
background-color: #E17DB0;
}
.BgClassName
{
background-color: #E17DB0;
}
</style>
border-color css
<style>
span { border-color: #E17DB0; }
span { border-color: rgb(225,125,176); }
td.TdClassName
{
border-color: #E17DB0;
}
.TagClassName
{
border-color: #E17DB0;
}
</style>