Shades of Persian Pink #E17DC5
Tints of Persian Pink #E17DC5
RGB
CMYK
RGB Variations
Color information
#E17DC5 (or 0xE17DC5) is known color: Persian Pink. HEX triplet: E1, 7D and C5. RGB value is (225,125,197). Sum of RGB (Red+Green+Blue) = 225+125+197=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DC5 is #1E823A. Grayscale: #A2A2A2. Windows color (decimal): -1999419 or 12942817. OLE color: 12942817.
HSL color Cylindrical-coordinate representation of color #E17DC5: hue angle of 316.8º 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 #E17DC5 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 197 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.12 |
| HSL | 316.8º | 0.63% | 0.69% | - |
| HSV(B) | 316.8º | 0.44% | 0.88% | - |
| XYZ | 48.46 | 34.71 | 56.97 | - |
| YUV | 163.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 197 | 0 | 0.44 | 0.12 | 0.12 | 316.8 | 0.63 | 0.69 |
| Hex | E1 | 7D | C5 | 0 | 2C | C | C | 13D | 3E | 45 |
| Octal | 341 | 175 | 305 | 0 | 54 | 14 | 14 | 475 | 76 | 105 |
| Binary | 11100001 | 1111101 | 11000101 | 0 | 101100 | 1100 | 1100 | 100111101 | 111110 | 1000101 |
Color Harmonies of #E17DC5
Complementary color
Monochromatic Colors of #E17DC5
Black with #E17DC5
Text Example
Text Example
White with #E17DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DC5; }
p { color: rgb(225,125,197); }
H1.HeaderClassName
{
color: #E17DC5;
}
.AnyTagClassName
{
color: #E17DC5;
}
</style>
background-color css
<style>
a { background-color: #E17DC5; }
a { background-color: rgb(225,125,197); }
div.DivClassName
{
background-color: #E17DC5;
}
.BgClassName
{
background-color: #E17DC5;
}
</style>
border-color css
<style>
span { border-color: #E17DC5; }
span { border-color: rgb(225,125,197); }
td.TdClassName
{
border-color: #E17DC5;
}
.TagClassName
{
border-color: #E17DC5;
}
</style>