Shades of Persian Pink #E778C5
Tints of Persian Pink #E778C5
RGB
CMYK
RGB Variations
Color information
#E778C5 (or 0xE778C5) is known color: Persian Pink. HEX triplet: E7, 78 and C5. RGB value is (231,120,197). Sum of RGB (Red+Green+Blue) = 231+120+197=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E778C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778C5 is #18873A. Grayscale: #A1A1A1. Windows color (decimal): -1607483 or 12941543. OLE color: 12941543.
HSL color Cylindrical-coordinate representation of color #E778C5: hue angle of 318.38º 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 #E778C5 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 197 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.09 |
| HSL | 318.38º | 0.7% | 0.69% | - |
| HSV(B) | 318.38º | 0.48% | 0.91% | - |
| XYZ | 49.75 | 34.45 | 56.85 | - |
| YUV | 161.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 197 | 0 | 0.48 | 0.15 | 0.09 | 318.38 | 0.7 | 0.69 |
| Hex | E7 | 78 | C5 | 0 | 30 | F | 9 | 13E | 46 | 45 |
| Octal | 347 | 170 | 305 | 0 | 60 | 17 | 11 | 476 | 106 | 105 |
| Binary | 11100111 | 1111000 | 11000101 | 0 | 110000 | 1111 | 1001 | 100111110 | 1000110 | 1000101 |
Color Harmonies of #E778C5
Complementary color
Monochromatic Colors of #E778C5
Black with #E778C5
Text Example
Text Example
White with #E778C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778C5; }
p { color: rgb(231,120,197); }
H1.HeaderClassName
{
color: #E778C5;
}
.AnyTagClassName
{
color: #E778C5;
}
</style>
background-color css
<style>
a { background-color: #E778C5; }
a { background-color: rgb(231,120,197); }
div.DivClassName
{
background-color: #E778C5;
}
.BgClassName
{
background-color: #E778C5;
}
</style>
border-color css
<style>
span { border-color: #E778C5; }
span { border-color: rgb(231,120,197); }
td.TdClassName
{
border-color: #E778C5;
}
.TagClassName
{
border-color: #E778C5;
}
</style>