Shades of Persian Pink #E778C2
Tints of Persian Pink #E778C2
RGB
CMYK
RGB Variations
Color information
#E778C2 (or 0xE778C2) is known color: Persian Pink. HEX triplet: E7, 78 and C2. RGB value is (231,120,194). Sum of RGB (Red+Green+Blue) = 231+120+194=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E778C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778C2 is #18873D. Grayscale: #A1A1A1. Windows color (decimal): -1607486 or 12744935. OLE color: 12744935.
HSL color Cylindrical-coordinate representation of color #E778C2: hue angle of 320º 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 #E778C2 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 194 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.09 |
| HSL | 320º | 0.7% | 0.69% | - |
| HSV(B) | 320º | 0.48% | 0.91% | - |
| XYZ | 49.41 | 34.32 | 55.06 | - |
| YUV | 161.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 194 | 0 | 0.48 | 0.16 | 0.09 | 320 | 0.7 | 0.69 |
| Hex | E7 | 78 | C2 | 0 | 30 | 10 | 9 | 140 | 46 | 45 |
| Octal | 347 | 170 | 302 | 0 | 60 | 20 | 11 | 500 | 106 | 105 |
| Binary | 11100111 | 1111000 | 11000010 | 0 | 110000 | 10000 | 1001 | 101000000 | 1000110 | 1000101 |
Color Harmonies of #E778C2
Complementary color
Monochromatic Colors of #E778C2
Black with #E778C2
Text Example
Text Example
White with #E778C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778C2; }
p { color: rgb(231,120,194); }
H1.HeaderClassName
{
color: #E778C2;
}
.AnyTagClassName
{
color: #E778C2;
}
</style>
background-color css
<style>
a { background-color: #E778C2; }
a { background-color: rgb(231,120,194); }
div.DivClassName
{
background-color: #E778C2;
}
.BgClassName
{
background-color: #E778C2;
}
</style>
border-color css
<style>
span { border-color: #E778C2; }
span { border-color: rgb(231,120,194); }
td.TdClassName
{
border-color: #E778C2;
}
.TagClassName
{
border-color: #E778C2;
}
</style>