Shades of Persian Pink #E778BC
Tints of Persian Pink #E778BC
RGB
CMYK
RGB Variations
Color information
#E778BC (or 0xE778BC) is known color: Persian Pink. HEX triplet: E7, 78 and BC. RGB value is (231,120,188). Sum of RGB (Red+Green+Blue) = 231+120+188=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E778BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778BC is #188743. Grayscale: #A0A0A0. Windows color (decimal): -1607492 or 12351719. OLE color: 12351719.
HSL color Cylindrical-coordinate representation of color #E778BC: hue angle of 323.24º 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 #E778BC is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 188 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.09 |
| HSL | 323.24º | 0.7% | 0.69% | - |
| HSV(B) | 323.24º | 0.48% | 0.91% | - |
| XYZ | 48.75 | 34.05 | 51.58 | - |
| YUV | 160.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 188 | 0 | 0.48 | 0.19 | 0.09 | 323.24 | 0.7 | 0.69 |
| Hex | E7 | 78 | BC | 0 | 30 | 13 | 9 | 143 | 46 | 45 |
| Octal | 347 | 170 | 274 | 0 | 60 | 23 | 11 | 503 | 106 | 105 |
| Binary | 11100111 | 1111000 | 10111100 | 0 | 110000 | 10011 | 1001 | 101000011 | 1000110 | 1000101 |
Color Harmonies of #E778BC
Complementary color
Monochromatic Colors of #E778BC
Black with #E778BC
Text Example
Text Example
White with #E778BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778BC; }
p { color: rgb(231,120,188); }
H1.HeaderClassName
{
color: #E778BC;
}
.AnyTagClassName
{
color: #E778BC;
}
</style>
background-color css
<style>
a { background-color: #E778BC; }
a { background-color: rgb(231,120,188); }
div.DivClassName
{
background-color: #E778BC;
}
.BgClassName
{
background-color: #E778BC;
}
</style>
border-color css
<style>
span { border-color: #E778BC; }
span { border-color: rgb(231,120,188); }
td.TdClassName
{
border-color: #E778BC;
}
.TagClassName
{
border-color: #E778BC;
}
</style>