Shades of Persian Pink #E182C0
Tints of Persian Pink #E182C0
RGB
CMYK
RGB Variations
Color information
#E182C0 (or 0xE182C0) is known color: Persian Pink. HEX triplet: E1, 82 and C0. RGB value is (225,130,192). Sum of RGB (Red+Green+Blue) = 225+130+192=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E182C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182C0 is #1E7D3F. Grayscale: #A5A5A5. Windows color (decimal): -1998144 or 12616417. OLE color: 12616417.
HSL color Cylindrical-coordinate representation of color #E182C0: hue angle of 320.84º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182C0 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 192 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.12 |
| HSL | 320.84º | 0.61% | 0.7% | - |
| HSV(B) | 320.84º | 0.42% | 0.88% | - |
| XYZ | 48.55 | 35.78 | 54.22 | - |
| YUV | 165.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 192 | 0 | 0.42 | 0.15 | 0.12 | 320.84 | 0.61 | 0.7 |
| Hex | E1 | 82 | C0 | 0 | 2A | F | C | 141 | 3D | 46 |
| Octal | 341 | 202 | 300 | 0 | 52 | 17 | 14 | 501 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11000000 | 0 | 101010 | 1111 | 1100 | 101000001 | 111101 | 1000110 |
Color Harmonies of #E182C0
Complementary color
Monochromatic Colors of #E182C0
Black with #E182C0
Text Example
Text Example
White with #E182C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182C0; }
p { color: rgb(225,130,192); }
H1.HeaderClassName
{
color: #E182C0;
}
.AnyTagClassName
{
color: #E182C0;
}
</style>
background-color css
<style>
a { background-color: #E182C0; }
a { background-color: rgb(225,130,192); }
div.DivClassName
{
background-color: #E182C0;
}
.BgClassName
{
background-color: #E182C0;
}
</style>
border-color css
<style>
span { border-color: #E182C0; }
span { border-color: rgb(225,130,192); }
td.TdClassName
{
border-color: #E182C0;
}
.TagClassName
{
border-color: #E182C0;
}
</style>