Shades of Persian Pink #E579B9
Tints of Persian Pink #E579B9
RGB
CMYK
RGB Variations
Color information
#E579B9 (or 0xE579B9) is known color: Persian Pink. HEX triplet: E5, 79 and B9. RGB value is (229,121,185). Sum of RGB (Red+Green+Blue) = 229+121+185=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E579B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579B9 is #1A8646. Grayscale: #A0A0A0. Windows color (decimal): -1738311 or 12155365. OLE color: 12155365.
HSL color Cylindrical-coordinate representation of color #E579B9: hue angle of 324.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E579B9 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 121 | 185 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.10 |
| HSL | 324.44º | 0.68% | 0.69% | - |
| HSV(B) | 324.44º | 0.47% | 0.9% | - |
| XYZ | 47.91 | 33.84 | 49.9 | - |
| YUV | 160.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 121 | 185 | 0 | 0.47 | 0.19 | 0.10 | 324.44 | 0.68 | 0.69 |
| Hex | E5 | 79 | B9 | 0 | 2F | 13 | A | 144 | 44 | 45 |
| Octal | 345 | 171 | 271 | 0 | 57 | 23 | 12 | 504 | 104 | 105 |
| Binary | 11100101 | 1111001 | 10111001 | 0 | 101111 | 10011 | 1010 | 101000100 | 1000100 | 1000101 |
Color Harmonies of #E579B9
Complementary color
Monochromatic Colors of #E579B9
Black with #E579B9
Text Example
Text Example
White with #E579B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E579B9; }
p { color: rgb(229,121,185); }
H1.HeaderClassName
{
color: #E579B9;
}
.AnyTagClassName
{
color: #E579B9;
}
</style>
background-color css
<style>
a { background-color: #E579B9; }
a { background-color: rgb(229,121,185); }
div.DivClassName
{
background-color: #E579B9;
}
.BgClassName
{
background-color: #E579B9;
}
</style>
border-color css
<style>
span { border-color: #E579B9; }
span { border-color: rgb(229,121,185); }
td.TdClassName
{
border-color: #E579B9;
}
.TagClassName
{
border-color: #E579B9;
}
</style>