Shades of Persian Pink #E782C0
Tints of Persian Pink #E782C0
RGB
CMYK
RGB Variations
Color information
#E782C0 (or 0xE782C0) is known color: Persian Pink. HEX triplet: E7, 82 and C0. RGB value is (231,130,192). Sum of RGB (Red+Green+Blue) = 231+130+192=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E782C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782C0 is #187D3F. Grayscale: #A7A7A7. Windows color (decimal): -1604928 or 12616423. OLE color: 12616423.
HSL color Cylindrical-coordinate representation of color #E782C0: hue angle of 323.17º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E782C0 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 192 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.09 |
| HSL | 323.17º | 0.68% | 0.71% | - |
| HSV(B) | 323.17º | 0.44% | 0.91% | - |
| XYZ | 50.45 | 36.76 | 54.31 | - |
| YUV | 167.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 192 | 0 | 0.44 | 0.17 | 0.09 | 323.17 | 0.68 | 0.71 |
| Hex | E7 | 82 | C0 | 0 | 2C | 11 | 9 | 143 | 44 | 47 |
| Octal | 347 | 202 | 300 | 0 | 54 | 21 | 11 | 503 | 104 | 107 |
| Binary | 11100111 | 10000010 | 11000000 | 0 | 101100 | 10001 | 1001 | 101000011 | 1000100 | 1000111 |
Color Harmonies of #E782C0
Complementary color
Monochromatic Colors of #E782C0
Black with #E782C0
Text Example
Text Example
White with #E782C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782C0; }
p { color: rgb(231,130,192); }
H1.HeaderClassName
{
color: #E782C0;
}
.AnyTagClassName
{
color: #E782C0;
}
</style>
background-color css
<style>
a { background-color: #E782C0; }
a { background-color: rgb(231,130,192); }
div.DivClassName
{
background-color: #E782C0;
}
.BgClassName
{
background-color: #E782C0;
}
</style>
border-color css
<style>
span { border-color: #E782C0; }
span { border-color: rgb(231,130,192); }
td.TdClassName
{
border-color: #E782C0;
}
.TagClassName
{
border-color: #E782C0;
}
</style>