Shades of Persian Pink #E17EC0
Tints of Persian Pink #E17EC0
RGB
CMYK
RGB Variations
Color information
#E17EC0 (or 0xE17EC0) is known color: Persian Pink. HEX triplet: E1, 7E and C0. RGB value is (225,126,192). Sum of RGB (Red+Green+Blue) = 225+126+192=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EC0 is #1E813F. Grayscale: #A2A2A2. Windows color (decimal): -1999168 or 12615393. OLE color: 12615393.
HSL color Cylindrical-coordinate representation of color #E17EC0: hue angle of 320º 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 #E17EC0 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 192 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.12 |
| HSL | 320º | 0.62% | 0.69% | - |
| HSV(B) | 320º | 0.44% | 0.88% | - |
| XYZ | 48.03 | 34.74 | 54.04 | - |
| YUV | 163.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 192 | 0 | 0.44 | 0.15 | 0.12 | 320 | 0.62 | 0.69 |
| Hex | E1 | 7E | C0 | 0 | 2C | F | C | 140 | 3E | 45 |
| Octal | 341 | 176 | 300 | 0 | 54 | 17 | 14 | 500 | 76 | 105 |
| Binary | 11100001 | 1111110 | 11000000 | 0 | 101100 | 1111 | 1100 | 101000000 | 111110 | 1000101 |
Color Harmonies of #E17EC0
Complementary color
Monochromatic Colors of #E17EC0
Black with #E17EC0
Text Example
Text Example
White with #E17EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EC0; }
p { color: rgb(225,126,192); }
H1.HeaderClassName
{
color: #E17EC0;
}
.AnyTagClassName
{
color: #E17EC0;
}
</style>
background-color css
<style>
a { background-color: #E17EC0; }
a { background-color: rgb(225,126,192); }
div.DivClassName
{
background-color: #E17EC0;
}
.BgClassName
{
background-color: #E17EC0;
}
</style>
border-color css
<style>
span { border-color: #E17EC0; }
span { border-color: rgb(225,126,192); }
td.TdClassName
{
border-color: #E17EC0;
}
.TagClassName
{
border-color: #E17EC0;
}
</style>