Shades of Persian Pink #E776B5
Tints of Persian Pink #E776B5
RGB
CMYK
RGB Variations
Color information
#E776B5 (or 0xE776B5) is known color: Persian Pink. HEX triplet: E7, 76 and B5. RGB value is (231,118,181). Sum of RGB (Red+Green+Blue) = 231+118+181=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E776B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776B5 is #18894A. Grayscale: #9E9E9E. Windows color (decimal): -1608011 or 11892455. OLE color: 11892455.
HSL color Cylindrical-coordinate representation of color #E776B5: hue angle of 326.55º 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 #E776B5 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 181 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.09 |
| HSL | 326.55º | 0.7% | 0.68% | - |
| HSV(B) | 326.55º | 0.49% | 0.91% | - |
| XYZ | 47.77 | 33.28 | 47.62 | - |
| YUV | 158.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 181 | 0 | 0.49 | 0.22 | 0.09 | 326.55 | 0.7 | 0.68 |
| Hex | E7 | 76 | B5 | 0 | 31 | 16 | 9 | 147 | 46 | 44 |
| Octal | 347 | 166 | 265 | 0 | 61 | 26 | 11 | 507 | 106 | 104 |
| Binary | 11100111 | 1110110 | 10110101 | 0 | 110001 | 10110 | 1001 | 101000111 | 1000110 | 1000100 |
Color Harmonies of #E776B5
Complementary color
Monochromatic Colors of #E776B5
Black with #E776B5
Text Example
Text Example
White with #E776B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E776B5; }
p { color: rgb(231,118,181); }
H1.HeaderClassName
{
color: #E776B5;
}
.AnyTagClassName
{
color: #E776B5;
}
</style>
background-color css
<style>
a { background-color: #E776B5; }
a { background-color: rgb(231,118,181); }
div.DivClassName
{
background-color: #E776B5;
}
.BgClassName
{
background-color: #E776B5;
}
</style>
border-color css
<style>
span { border-color: #E776B5; }
span { border-color: rgb(231,118,181); }
td.TdClassName
{
border-color: #E776B5;
}
.TagClassName
{
border-color: #E776B5;
}
</style>