Shades of Persian Pink #E776BC
Tints of Persian Pink #E776BC
RGB
CMYK
RGB Variations
Color information
#E776BC (or 0xE776BC) is known color: Persian Pink. HEX triplet: E7, 76 and BC. RGB value is (231,118,188). Sum of RGB (Red+Green+Blue) = 231+118+188=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E776BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776BC is #188943. Grayscale: #9F9F9F. Windows color (decimal): -1608004 or 12351207. OLE color: 12351207.
HSL color Cylindrical-coordinate representation of color #E776BC: hue angle of 322.83º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776BC is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 188 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.09 |
| HSL | 322.83º | 0.7% | 0.68% | - |
| HSV(B) | 322.83º | 0.49% | 0.91% | - |
| XYZ | 48.51 | 33.58 | 51.5 | - |
| YUV | 159.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 188 | 0 | 0.49 | 0.19 | 0.09 | 322.83 | 0.7 | 0.68 |
| Hex | E7 | 76 | BC | 0 | 31 | 13 | 9 | 143 | 46 | 44 |
| Octal | 347 | 166 | 274 | 0 | 61 | 23 | 11 | 503 | 106 | 104 |
| Binary | 11100111 | 1110110 | 10111100 | 0 | 110001 | 10011 | 1001 | 101000011 | 1000110 | 1000100 |
Color Harmonies of #E776BC
Complementary color
Monochromatic Colors of #E776BC
Black with #E776BC
Text Example
Text Example
White with #E776BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E776BC; }
p { color: rgb(231,118,188); }
H1.HeaderClassName
{
color: #E776BC;
}
.AnyTagClassName
{
color: #E776BC;
}
</style>
background-color css
<style>
a { background-color: #E776BC; }
a { background-color: rgb(231,118,188); }
div.DivClassName
{
background-color: #E776BC;
}
.BgClassName
{
background-color: #E776BC;
}
</style>
border-color css
<style>
span { border-color: #E776BC; }
span { border-color: rgb(231,118,188); }
td.TdClassName
{
border-color: #E776BC;
}
.TagClassName
{
border-color: #E776BC;
}
</style>