Shades of Persian Pink #E17DC1
Tints of Persian Pink #E17DC1
RGB
CMYK
RGB Variations
Color information
#E17DC1 (or 0xE17DC1) is known color: Persian Pink. HEX triplet: E1, 7D and C1. RGB value is (225,125,193). Sum of RGB (Red+Green+Blue) = 225+125+193=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DC1 is #1E823E. Grayscale: #A2A2A2. Windows color (decimal): -1999423 or 12680673. OLE color: 12680673.
HSL color Cylindrical-coordinate representation of color #E17DC1: hue angle of 319.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 #E17DC1 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 193 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.12 |
| HSL | 319.2º | 0.63% | 0.69% | - |
| HSV(B) | 319.2º | 0.44% | 0.88% | - |
| XYZ | 48.01 | 34.53 | 54.59 | - |
| YUV | 162.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 193 | 0 | 0.44 | 0.14 | 0.12 | 319.2 | 0.63 | 0.69 |
| Hex | E1 | 7D | C1 | 0 | 2C | E | C | 13F | 3E | 45 |
| Octal | 341 | 175 | 301 | 0 | 54 | 16 | 14 | 477 | 76 | 105 |
| Binary | 11100001 | 1111101 | 11000001 | 0 | 101100 | 1110 | 1100 | 100111111 | 111110 | 1000101 |
Color Harmonies of #E17DC1
Complementary color
Monochromatic Colors of #E17DC1
Black with #E17DC1
Text Example
Text Example
White with #E17DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DC1; }
p { color: rgb(225,125,193); }
H1.HeaderClassName
{
color: #E17DC1;
}
.AnyTagClassName
{
color: #E17DC1;
}
</style>
background-color css
<style>
a { background-color: #E17DC1; }
a { background-color: rgb(225,125,193); }
div.DivClassName
{
background-color: #E17DC1;
}
.BgClassName
{
background-color: #E17DC1;
}
</style>
border-color css
<style>
span { border-color: #E17DC1; }
span { border-color: rgb(225,125,193); }
td.TdClassName
{
border-color: #E17DC1;
}
.TagClassName
{
border-color: #E17DC1;
}
</style>