Shades of Persian Pink #E17DC0
Tints of Persian Pink #E17DC0
RGB
CMYK
RGB Variations
Color information
#E17DC0 (or 0xE17DC0) is known color: Persian Pink. HEX triplet: E1, 7D and C0. RGB value is (225,125,192). Sum of RGB (Red+Green+Blue) = 225+125+192=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DC0 is #1E823F. Grayscale: #A2A2A2. Windows color (decimal): -1999424 or 12615137. OLE color: 12615137.
HSL color Cylindrical-coordinate representation of color #E17DC0: hue angle of 319.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 #E17DC0 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 192 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.12 |
| HSL | 319.8º | 0.63% | 0.69% | - |
| HSV(B) | 319.8º | 0.44% | 0.88% | - |
| XYZ | 47.9 | 34.48 | 54 | - |
| YUV | 162.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 192 | 0 | 0.44 | 0.15 | 0.12 | 319.8 | 0.63 | 0.69 |
| Hex | E1 | 7D | C0 | 0 | 2C | F | C | 140 | 3E | 45 |
| Octal | 341 | 175 | 300 | 0 | 54 | 17 | 14 | 500 | 76 | 105 |
| Binary | 11100001 | 1111101 | 11000000 | 0 | 101100 | 1111 | 1100 | 101000000 | 111110 | 1000101 |
Color Harmonies of #E17DC0
Complementary color
Monochromatic Colors of #E17DC0
Black with #E17DC0
Text Example
Text Example
White with #E17DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DC0; }
p { color: rgb(225,125,192); }
H1.HeaderClassName
{
color: #E17DC0;
}
.AnyTagClassName
{
color: #E17DC0;
}
</style>
background-color css
<style>
a { background-color: #E17DC0; }
a { background-color: rgb(225,125,192); }
div.DivClassName
{
background-color: #E17DC0;
}
.BgClassName
{
background-color: #E17DC0;
}
</style>
border-color css
<style>
span { border-color: #E17DC0; }
span { border-color: rgb(225,125,192); }
td.TdClassName
{
border-color: #E17DC0;
}
.TagClassName
{
border-color: #E17DC0;
}
</style>