Shades of Persian Pink #E17DB7
Tints of Persian Pink #E17DB7
RGB
CMYK
RGB Variations
Color information
#E17DB7 (or 0xE17DB7) is known color: Persian Pink. HEX triplet: E1, 7D and B7. RGB value is (225,125,183). Sum of RGB (Red+Green+Blue) = 225+125+183=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DB7 is #1E8248. Grayscale: #A1A1A1. Windows color (decimal): -1999433 or 12025313. OLE color: 12025313.
HSL color Cylindrical-coordinate representation of color #E17DB7: hue angle of 325.2º 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 #E17DB7 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 183 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.12 |
| HSL | 325.2º | 0.63% | 0.69% | - |
| HSV(B) | 325.2º | 0.44% | 0.88% | - |
| XYZ | 46.93 | 34.09 | 48.91 | - |
| YUV | 161.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 183 | 0 | 0.44 | 0.19 | 0.12 | 325.2 | 0.63 | 0.69 |
| Hex | E1 | 7D | B7 | 0 | 2C | 13 | C | 145 | 3E | 45 |
| Octal | 341 | 175 | 267 | 0 | 54 | 23 | 14 | 505 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10110111 | 0 | 101100 | 10011 | 1100 | 101000101 | 111110 | 1000101 |
Color Harmonies of #E17DB7
Complementary color
Monochromatic Colors of #E17DB7
Black with #E17DB7
Text Example
Text Example
White with #E17DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DB7; }
p { color: rgb(225,125,183); }
H1.HeaderClassName
{
color: #E17DB7;
}
.AnyTagClassName
{
color: #E17DB7;
}
</style>
background-color css
<style>
a { background-color: #E17DB7; }
a { background-color: rgb(225,125,183); }
div.DivClassName
{
background-color: #E17DB7;
}
.BgClassName
{
background-color: #E17DB7;
}
</style>
border-color css
<style>
span { border-color: #E17DB7; }
span { border-color: rgb(225,125,183); }
td.TdClassName
{
border-color: #E17DB7;
}
.TagClassName
{
border-color: #E17DB7;
}
</style>