Shades of Persian Pink #E779BA
Tints of Persian Pink #E779BA
RGB
CMYK
RGB Variations
Color information
#E779BA (or 0xE779BA) is known color: Persian Pink. HEX triplet: E7, 79 and BA. RGB value is (231,121,186). Sum of RGB (Red+Green+Blue) = 231+121+186=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E779BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E779BA is #188645. Grayscale: #A1A1A1. Windows color (decimal): -1607238 or 12220903. OLE color: 12220903.
HSL color Cylindrical-coordinate representation of color #E779BA: hue angle of 324.55º 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 #E779BA is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 186 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.09 |
| HSL | 324.55º | 0.7% | 0.69% | - |
| HSV(B) | 324.55º | 0.48% | 0.91% | - |
| XYZ | 48.66 | 34.21 | 50.49 | - |
| YUV | 161.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 186 | 0 | 0.48 | 0.19 | 0.09 | 324.55 | 0.7 | 0.69 |
| Hex | E7 | 79 | BA | 0 | 30 | 13 | 9 | 145 | 46 | 45 |
| Octal | 347 | 171 | 272 | 0 | 60 | 23 | 11 | 505 | 106 | 105 |
| Binary | 11100111 | 1111001 | 10111010 | 0 | 110000 | 10011 | 1001 | 101000101 | 1000110 | 1000101 |
Color Harmonies of #E779BA
Complementary color
Monochromatic Colors of #E779BA
Black with #E779BA
Text Example
Text Example
White with #E779BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779BA; }
p { color: rgb(231,121,186); }
H1.HeaderClassName
{
color: #E779BA;
}
.AnyTagClassName
{
color: #E779BA;
}
</style>
background-color css
<style>
a { background-color: #E779BA; }
a { background-color: rgb(231,121,186); }
div.DivClassName
{
background-color: #E779BA;
}
.BgClassName
{
background-color: #E779BA;
}
</style>
border-color css
<style>
span { border-color: #E779BA; }
span { border-color: rgb(231,121,186); }
td.TdClassName
{
border-color: #E779BA;
}
.TagClassName
{
border-color: #E779BA;
}
</style>