Shades of Persian Pink #E17DC2
Tints of Persian Pink #E17DC2
RGB
CMYK
RGB Variations
Color information
#E17DC2 (or 0xE17DC2) is known color: Persian Pink. HEX triplet: E1, 7D and C2. RGB value is (225,125,194). Sum of RGB (Red+Green+Blue) = 225+125+194=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DC2 is #1E823D. Grayscale: #A2A2A2. Windows color (decimal): -1999422 or 12746209. OLE color: 12746209.
HSL color Cylindrical-coordinate representation of color #E17DC2: hue angle of 318.6º 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 #E17DC2 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 194 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.12 |
| HSL | 318.6º | 0.63% | 0.69% | - |
| HSV(B) | 318.6º | 0.44% | 0.88% | - |
| XYZ | 48.12 | 34.57 | 55.18 | - |
| YUV | 162.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 194 | 0 | 0.44 | 0.14 | 0.12 | 318.6 | 0.63 | 0.69 |
| Hex | E1 | 7D | C2 | 0 | 2C | E | C | 13F | 3E | 45 |
| Octal | 341 | 175 | 302 | 0 | 54 | 16 | 14 | 477 | 76 | 105 |
| Binary | 11100001 | 1111101 | 11000010 | 0 | 101100 | 1110 | 1100 | 100111111 | 111110 | 1000101 |
Color Harmonies of #E17DC2
Complementary color
Monochromatic Colors of #E17DC2
Black with #E17DC2
Text Example
Text Example
White with #E17DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DC2; }
p { color: rgb(225,125,194); }
H1.HeaderClassName
{
color: #E17DC2;
}
.AnyTagClassName
{
color: #E17DC2;
}
</style>
background-color css
<style>
a { background-color: #E17DC2; }
a { background-color: rgb(225,125,194); }
div.DivClassName
{
background-color: #E17DC2;
}
.BgClassName
{
background-color: #E17DC2;
}
</style>
border-color css
<style>
span { border-color: #E17DC2; }
span { border-color: rgb(225,125,194); }
td.TdClassName
{
border-color: #E17DC2;
}
.TagClassName
{
border-color: #E17DC2;
}
</style>