Shades of Persian Pink #E579B1
Tints of Persian Pink #E579B1
RGB
CMYK
RGB Variations
Color information
#E579B1 (or 0xE579B1) is known color: Persian Pink. HEX triplet: E5, 79 and B1. RGB value is (229,121,177). Sum of RGB (Red+Green+Blue) = 229+121+177=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E579B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E579B1 is #1A864E. Grayscale: #9F9F9F. Windows color (decimal): -1738319 or 11631077. OLE color: 11631077.
HSL color Cylindrical-coordinate representation of color #E579B1: hue angle of 328.89º 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 #E579B1 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 121 | 177 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.10 |
| HSL | 328.89º | 0.68% | 0.69% | - |
| HSV(B) | 328.89º | 0.47% | 0.9% | - |
| XYZ | 47.09 | 33.51 | 45.58 | - |
| YUV | 159.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 121 | 177 | 0 | 0.47 | 0.23 | 0.10 | 328.89 | 0.68 | 0.69 |
| Hex | E5 | 79 | B1 | 0 | 2F | 17 | A | 149 | 44 | 45 |
| Octal | 345 | 171 | 261 | 0 | 57 | 27 | 12 | 511 | 104 | 105 |
| Binary | 11100101 | 1111001 | 10110001 | 0 | 101111 | 10111 | 1010 | 101001001 | 1000100 | 1000101 |
Color Harmonies of #E579B1
Complementary color
Monochromatic Colors of #E579B1
Black with #E579B1
Text Example
Text Example
White with #E579B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E579B1; }
p { color: rgb(229,121,177); }
H1.HeaderClassName
{
color: #E579B1;
}
.AnyTagClassName
{
color: #E579B1;
}
</style>
background-color css
<style>
a { background-color: #E579B1; }
a { background-color: rgb(229,121,177); }
div.DivClassName
{
background-color: #E579B1;
}
.BgClassName
{
background-color: #E579B1;
}
</style>
border-color css
<style>
span { border-color: #E579B1; }
span { border-color: rgb(229,121,177); }
td.TdClassName
{
border-color: #E579B1;
}
.TagClassName
{
border-color: #E579B1;
}
</style>