Shades of Persian Pink #E779B9
Tints of Persian Pink #E779B9
RGB
CMYK
RGB Variations
Color information
#E779B9 (or 0xE779B9) is known color: Persian Pink. HEX triplet: E7, 79 and B9. RGB value is (231,121,185). Sum of RGB (Red+Green+Blue) = 231+121+185=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E779B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E779B9 is #188646. Grayscale: #A1A1A1. Windows color (decimal): -1607239 or 12155367. OLE color: 12155367.
HSL color Cylindrical-coordinate representation of color #E779B9: hue angle of 325.09º 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 #E779B9 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 185 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.09 |
| HSL | 325.09º | 0.7% | 0.69% | - |
| HSV(B) | 325.09º | 0.48% | 0.91% | - |
| XYZ | 48.55 | 34.17 | 49.93 | - |
| YUV | 161.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 185 | 0 | 0.48 | 0.20 | 0.09 | 325.09 | 0.7 | 0.69 |
| Hex | E7 | 79 | B9 | 0 | 30 | 14 | 9 | 145 | 46 | 45 |
| Octal | 347 | 171 | 271 | 0 | 60 | 24 | 11 | 505 | 106 | 105 |
| Binary | 11100111 | 1111001 | 10111001 | 0 | 110000 | 10100 | 1001 | 101000101 | 1000110 | 1000101 |
Color Harmonies of #E779B9
Complementary color
Monochromatic Colors of #E779B9
Black with #E779B9
Text Example
Text Example
White with #E779B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779B9; }
p { color: rgb(231,121,185); }
H1.HeaderClassName
{
color: #E779B9;
}
.AnyTagClassName
{
color: #E779B9;
}
</style>
background-color css
<style>
a { background-color: #E779B9; }
a { background-color: rgb(231,121,185); }
div.DivClassName
{
background-color: #E779B9;
}
.BgClassName
{
background-color: #E779B9;
}
</style>
border-color css
<style>
span { border-color: #E779B9; }
span { border-color: rgb(231,121,185); }
td.TdClassName
{
border-color: #E779B9;
}
.TagClassName
{
border-color: #E779B9;
}
</style>