Shades of Persian Pink #E579B2
Tints of Persian Pink #E579B2
RGB
CMYK
RGB Variations
Color information
#E579B2 (or 0xE579B2) is known color: Persian Pink. HEX triplet: E5, 79 and B2. RGB value is (229,121,178). Sum of RGB (Red+Green+Blue) = 229+121+178=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E579B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E579B2 is #1A864D. Grayscale: #9F9F9F. Windows color (decimal): -1738318 or 11696613. OLE color: 11696613.
HSL color Cylindrical-coordinate representation of color #E579B2: hue angle of 328.33º 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 #E579B2 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 121 | 178 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.10 |
| HSL | 328.33º | 0.68% | 0.69% | - |
| HSV(B) | 328.33º | 0.47% | 0.9% | - |
| XYZ | 47.19 | 33.55 | 46.11 | - |
| YUV | 159.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 121 | 178 | 0 | 0.47 | 0.22 | 0.10 | 328.33 | 0.68 | 0.69 |
| Hex | E5 | 79 | B2 | 0 | 2F | 16 | A | 148 | 44 | 45 |
| Octal | 345 | 171 | 262 | 0 | 57 | 26 | 12 | 510 | 104 | 105 |
| Binary | 11100101 | 1111001 | 10110010 | 0 | 101111 | 10110 | 1010 | 101001000 | 1000100 | 1000101 |
Color Harmonies of #E579B2
Complementary color
Monochromatic Colors of #E579B2
Black with #E579B2
Text Example
Text Example
White with #E579B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E579B2; }
p { color: rgb(229,121,178); }
H1.HeaderClassName
{
color: #E579B2;
}
.AnyTagClassName
{
color: #E579B2;
}
</style>
background-color css
<style>
a { background-color: #E579B2; }
a { background-color: rgb(229,121,178); }
div.DivClassName
{
background-color: #E579B2;
}
.BgClassName
{
background-color: #E579B2;
}
</style>
border-color css
<style>
span { border-color: #E579B2; }
span { border-color: rgb(229,121,178); }
td.TdClassName
{
border-color: #E579B2;
}
.TagClassName
{
border-color: #E579B2;
}
</style>