Shades of Persian Pink #E778C0
Tints of Persian Pink #E778C0
RGB
CMYK
RGB Variations
Color information
#E778C0 (or 0xE778C0) is known color: Persian Pink. HEX triplet: E7, 78 and C0. RGB value is (231,120,192). Sum of RGB (Red+Green+Blue) = 231+120+192=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E778C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778C0 is #18873F. Grayscale: #A1A1A1. Windows color (decimal): -1607488 or 12613863. OLE color: 12613863.
HSL color Cylindrical-coordinate representation of color #E778C0: hue angle of 321.08º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E778C0 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 192 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.09 |
| HSL | 321.08º | 0.7% | 0.69% | - |
| HSV(B) | 321.08º | 0.48% | 0.91% | - |
| XYZ | 49.19 | 34.23 | 53.88 | - |
| YUV | 161.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 192 | 0 | 0.48 | 0.17 | 0.09 | 321.08 | 0.7 | 0.69 |
| Hex | E7 | 78 | C0 | 0 | 30 | 11 | 9 | 141 | 46 | 45 |
| Octal | 347 | 170 | 300 | 0 | 60 | 21 | 11 | 501 | 106 | 105 |
| Binary | 11100111 | 1111000 | 11000000 | 0 | 110000 | 10001 | 1001 | 101000001 | 1000110 | 1000101 |
Color Harmonies of #E778C0
Complementary color
Monochromatic Colors of #E778C0
Black with #E778C0
Text Example
Text Example
White with #E778C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778C0; }
p { color: rgb(231,120,192); }
H1.HeaderClassName
{
color: #E778C0;
}
.AnyTagClassName
{
color: #E778C0;
}
</style>
background-color css
<style>
a { background-color: #E778C0; }
a { background-color: rgb(231,120,192); }
div.DivClassName
{
background-color: #E778C0;
}
.BgClassName
{
background-color: #E778C0;
}
</style>
border-color css
<style>
span { border-color: #E778C0; }
span { border-color: rgb(231,120,192); }
td.TdClassName
{
border-color: #E778C0;
}
.TagClassName
{
border-color: #E778C0;
}
</style>