Shades of Persian Pink #E777BB
Tints of Persian Pink #E777BB
RGB
CMYK
RGB Variations
Color information
#E777BB (or 0xE777BB) is known color: Persian Pink. HEX triplet: E7, 77 and BB. RGB value is (231,119,187). Sum of RGB (Red+Green+Blue) = 231+119+187=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E777BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777BB is #188844. Grayscale: #A0A0A0. Windows color (decimal): -1607749 or 12285927. OLE color: 12285927.
HSL color Cylindrical-coordinate representation of color #E777BB: hue angle of 323.57º 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 #E777BB is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 187 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.09 |
| HSL | 323.57º | 0.7% | 0.69% | - |
| HSV(B) | 323.57º | 0.48% | 0.91% | - |
| XYZ | 48.52 | 33.77 | 50.97 | - |
| YUV | 160.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 187 | 0 | 0.48 | 0.19 | 0.09 | 323.57 | 0.7 | 0.69 |
| Hex | E7 | 77 | BB | 0 | 30 | 13 | 9 | 144 | 46 | 45 |
| Octal | 347 | 167 | 273 | 0 | 60 | 23 | 11 | 504 | 106 | 105 |
| Binary | 11100111 | 1110111 | 10111011 | 0 | 110000 | 10011 | 1001 | 101000100 | 1000110 | 1000101 |
Color Harmonies of #E777BB
Complementary color
Monochromatic Colors of #E777BB
Black with #E777BB
Text Example
Text Example
White with #E777BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E777BB; }
p { color: rgb(231,119,187); }
H1.HeaderClassName
{
color: #E777BB;
}
.AnyTagClassName
{
color: #E777BB;
}
</style>
background-color css
<style>
a { background-color: #E777BB; }
a { background-color: rgb(231,119,187); }
div.DivClassName
{
background-color: #E777BB;
}
.BgClassName
{
background-color: #E777BB;
}
</style>
border-color css
<style>
span { border-color: #E777BB; }
span { border-color: rgb(231,119,187); }
td.TdClassName
{
border-color: #E777BB;
}
.TagClassName
{
border-color: #E777BB;
}
</style>