Shades of Persian Pink #E778C7
Tints of Persian Pink #E778C7
RGB
CMYK
RGB Variations
Color information
#E778C7 (or 0xE778C7) is known color: Persian Pink. HEX triplet: E7, 78 and C7. RGB value is (231,120,199). Sum of RGB (Red+Green+Blue) = 231+120+199=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E778C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778C7 is #188738. Grayscale: #A1A1A1. Windows color (decimal): -1607481 or 13072615. OLE color: 13072615.
HSL color Cylindrical-coordinate representation of color #E778C7: hue angle of 317.3º 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 #E778C7 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 199 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.09 |
| HSL | 317.3º | 0.7% | 0.69% | - |
| HSV(B) | 317.3º | 0.48% | 0.91% | - |
| XYZ | 49.98 | 34.55 | 58.07 | - |
| YUV | 162.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 199 | 0 | 0.48 | 0.14 | 0.09 | 317.3 | 0.7 | 0.69 |
| Hex | E7 | 78 | C7 | 0 | 30 | E | 9 | 13D | 46 | 45 |
| Octal | 347 | 170 | 307 | 0 | 60 | 16 | 11 | 475 | 106 | 105 |
| Binary | 11100111 | 1111000 | 11000111 | 0 | 110000 | 1110 | 1001 | 100111101 | 1000110 | 1000101 |
Color Harmonies of #E778C7
Complementary color
Monochromatic Colors of #E778C7
Black with #E778C7
Text Example
Text Example
White with #E778C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778C7; }
p { color: rgb(231,120,199); }
H1.HeaderClassName
{
color: #E778C7;
}
.AnyTagClassName
{
color: #E778C7;
}
</style>
background-color css
<style>
a { background-color: #E778C7; }
a { background-color: rgb(231,120,199); }
div.DivClassName
{
background-color: #E778C7;
}
.BgClassName
{
background-color: #E778C7;
}
</style>
border-color css
<style>
span { border-color: #E778C7; }
span { border-color: rgb(231,120,199); }
td.TdClassName
{
border-color: #E778C7;
}
.TagClassName
{
border-color: #E778C7;
}
</style>