Shades of Persian Pink #E171C0
Tints of Persian Pink #E171C0
RGB
CMYK
RGB Variations
Color information
#E171C0 (or 0xE171C0) is known color: Persian Pink. HEX triplet: E1, 71 and C0. RGB value is (225,113,192). Sum of RGB (Red+Green+Blue) = 225+113+192=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E171C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171C0 is #1E8E3F. Grayscale: #9B9B9B. Windows color (decimal): -2002496 or 12612065. OLE color: 12612065.
HSL color Cylindrical-coordinate representation of color #E171C0: hue angle of 317.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171C0 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 192 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.12 |
| HSL | 317.68º | 0.65% | 0.66% | - |
| HSV(B) | 317.68º | 0.5% | 0.88% | - |
| XYZ | 46.47 | 31.62 | 53.52 | - |
| YUV | 155.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 192 | 0 | 0.50 | 0.15 | 0.12 | 317.68 | 0.65 | 0.66 |
| Hex | E1 | 71 | C0 | 0 | 32 | F | C | 13E | 41 | 42 |
| Octal | 341 | 161 | 300 | 0 | 62 | 17 | 14 | 476 | 101 | 102 |
| Binary | 11100001 | 1110001 | 11000000 | 0 | 110010 | 1111 | 1100 | 100111110 | 1000001 | 1000010 |
Color Harmonies of #E171C0
Complementary color
Monochromatic Colors of #E171C0
Black with #E171C0
Text Example
Text Example
White with #E171C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171C0; }
p { color: rgb(225,113,192); }
H1.HeaderClassName
{
color: #E171C0;
}
.AnyTagClassName
{
color: #E171C0;
}
</style>
background-color css
<style>
a { background-color: #E171C0; }
a { background-color: rgb(225,113,192); }
div.DivClassName
{
background-color: #E171C0;
}
.BgClassName
{
background-color: #E171C0;
}
</style>
border-color css
<style>
span { border-color: #E171C0; }
span { border-color: rgb(225,113,192); }
td.TdClassName
{
border-color: #E171C0;
}
.TagClassName
{
border-color: #E171C0;
}
</style>