Shades of Persian Pink #E778C6
Tints of Persian Pink #E778C6
RGB
CMYK
RGB Variations
Color information
#E778C6 (or 0xE778C6) is known color: Persian Pink. HEX triplet: E7, 78 and C6. RGB value is (231,120,198). Sum of RGB (Red+Green+Blue) = 231+120+198=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E778C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778C6 is #188739. Grayscale: #A1A1A1. Windows color (decimal): -1607482 or 13007079. OLE color: 13007079.
HSL color Cylindrical-coordinate representation of color #E778C6: hue angle of 317.84º 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 #E778C6 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 198 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.09 |
| HSL | 317.84º | 0.7% | 0.69% | - |
| HSV(B) | 317.84º | 0.48% | 0.91% | - |
| XYZ | 49.86 | 34.5 | 57.46 | - |
| YUV | 162.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 198 | 0 | 0.48 | 0.14 | 0.09 | 317.84 | 0.7 | 0.69 |
| Hex | E7 | 78 | C6 | 0 | 30 | E | 9 | 13E | 46 | 45 |
| Octal | 347 | 170 | 306 | 0 | 60 | 16 | 11 | 476 | 106 | 105 |
| Binary | 11100111 | 1111000 | 11000110 | 0 | 110000 | 1110 | 1001 | 100111110 | 1000110 | 1000101 |
Color Harmonies of #E778C6
Complementary color
Monochromatic Colors of #E778C6
Black with #E778C6
Text Example
Text Example
White with #E778C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778C6; }
p { color: rgb(231,120,198); }
H1.HeaderClassName
{
color: #E778C6;
}
.AnyTagClassName
{
color: #E778C6;
}
</style>
background-color css
<style>
a { background-color: #E778C6; }
a { background-color: rgb(231,120,198); }
div.DivClassName
{
background-color: #E778C6;
}
.BgClassName
{
background-color: #E778C6;
}
</style>
border-color css
<style>
span { border-color: #E778C6; }
span { border-color: rgb(231,120,198); }
td.TdClassName
{
border-color: #E778C6;
}
.TagClassName
{
border-color: #E778C6;
}
</style>