Shades of Persian Pink #E179C0
Tints of Persian Pink #E179C0
RGB
CMYK
RGB Variations
Color information
#E179C0 (or 0xE179C0) is known color: Persian Pink. HEX triplet: E1, 79 and C0. RGB value is (225,121,192). Sum of RGB (Red+Green+Blue) = 225+121+192=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E179C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179C0 is #1E863F. Grayscale: #A0A0A0. Windows color (decimal): -2000448 or 12614113. OLE color: 12614113.
HSL color Cylindrical-coordinate representation of color #E179C0: hue angle of 319.04º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179C0 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 192 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.12 |
| HSL | 319.04º | 0.63% | 0.68% | - |
| HSV(B) | 319.04º | 0.46% | 0.88% | - |
| XYZ | 47.4 | 33.49 | 53.83 | - |
| YUV | 160.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 192 | 0 | 0.46 | 0.15 | 0.12 | 319.04 | 0.63 | 0.68 |
| Hex | E1 | 79 | C0 | 0 | 2E | F | C | 13F | 3F | 44 |
| Octal | 341 | 171 | 300 | 0 | 56 | 17 | 14 | 477 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11000000 | 0 | 101110 | 1111 | 1100 | 100111111 | 111111 | 1000100 |
Color Harmonies of #E179C0
Complementary color
Monochromatic Colors of #E179C0
Black with #E179C0
Text Example
Text Example
White with #E179C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179C0; }
p { color: rgb(225,121,192); }
H1.HeaderClassName
{
color: #E179C0;
}
.AnyTagClassName
{
color: #E179C0;
}
</style>
background-color css
<style>
a { background-color: #E179C0; }
a { background-color: rgb(225,121,192); }
div.DivClassName
{
background-color: #E179C0;
}
.BgClassName
{
background-color: #E179C0;
}
</style>
border-color css
<style>
span { border-color: #E179C0; }
span { border-color: rgb(225,121,192); }
td.TdClassName
{
border-color: #E179C0;
}
.TagClassName
{
border-color: #E179C0;
}
</style>