Shades of Persian Pink #E777B5
Tints of Persian Pink #E777B5
RGB
CMYK
RGB Variations
Color information
#E777B5 (or 0xE777B5) is known color: Persian Pink. HEX triplet: E7, 77 and B5. RGB value is (231,119,181). Sum of RGB (Red+Green+Blue) = 231+119+181=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E777B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777B5 is #18884A. Grayscale: #9F9F9F. Windows color (decimal): -1607755 or 11892711. OLE color: 11892711.
HSL color Cylindrical-coordinate representation of color #E777B5: hue angle of 326.79º 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 #E777B5 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 181 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.09 |
| HSL | 326.79º | 0.7% | 0.69% | - |
| HSV(B) | 326.79º | 0.48% | 0.91% | - |
| XYZ | 47.89 | 33.52 | 47.66 | - |
| YUV | 159.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 181 | 0 | 0.48 | 0.22 | 0.09 | 326.79 | 0.7 | 0.69 |
| Hex | E7 | 77 | B5 | 0 | 30 | 16 | 9 | 147 | 46 | 45 |
| Octal | 347 | 167 | 265 | 0 | 60 | 26 | 11 | 507 | 106 | 105 |
| Binary | 11100111 | 1110111 | 10110101 | 0 | 110000 | 10110 | 1001 | 101000111 | 1000110 | 1000101 |
Color Harmonies of #E777B5
Complementary color
Monochromatic Colors of #E777B5
Black with #E777B5
Text Example
Text Example
White with #E777B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E777B5; }
p { color: rgb(231,119,181); }
H1.HeaderClassName
{
color: #E777B5;
}
.AnyTagClassName
{
color: #E777B5;
}
</style>
background-color css
<style>
a { background-color: #E777B5; }
a { background-color: rgb(231,119,181); }
div.DivClassName
{
background-color: #E777B5;
}
.BgClassName
{
background-color: #E777B5;
}
</style>
border-color css
<style>
span { border-color: #E777B5; }
span { border-color: rgb(231,119,181); }
td.TdClassName
{
border-color: #E777B5;
}
.TagClassName
{
border-color: #E777B5;
}
</style>