Shades of Persian Pink #E579B3
Tints of Persian Pink #E579B3
RGB
CMYK
RGB Variations
Color information
#E579B3 (or 0xE579B3) is known color: Persian Pink. HEX triplet: E5, 79 and B3. RGB value is (229,121,179). Sum of RGB (Red+Green+Blue) = 229+121+179=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E579B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579B3 is #1A864C. Grayscale: #9F9F9F. Windows color (decimal): -1738317 or 11762149. OLE color: 11762149.
HSL color Cylindrical-coordinate representation of color #E579B3: hue angle of 327.78º 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 #E579B3 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 121 | 179 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.10 |
| HSL | 327.78º | 0.68% | 0.69% | - |
| HSV(B) | 327.78º | 0.47% | 0.9% | - |
| XYZ | 47.29 | 33.59 | 46.64 | - |
| YUV | 159.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 121 | 179 | 0 | 0.47 | 0.22 | 0.10 | 327.78 | 0.68 | 0.69 |
| Hex | E5 | 79 | B3 | 0 | 2F | 16 | A | 148 | 44 | 45 |
| Octal | 345 | 171 | 263 | 0 | 57 | 26 | 12 | 510 | 104 | 105 |
| Binary | 11100101 | 1111001 | 10110011 | 0 | 101111 | 10110 | 1010 | 101001000 | 1000100 | 1000101 |
Color Harmonies of #E579B3
Complementary color
Monochromatic Colors of #E579B3
Black with #E579B3
Text Example
Text Example
White with #E579B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E579B3; }
p { color: rgb(229,121,179); }
H1.HeaderClassName
{
color: #E579B3;
}
.AnyTagClassName
{
color: #E579B3;
}
</style>
background-color css
<style>
a { background-color: #E579B3; }
a { background-color: rgb(229,121,179); }
div.DivClassName
{
background-color: #E579B3;
}
.BgClassName
{
background-color: #E579B3;
}
</style>
border-color css
<style>
span { border-color: #E579B3; }
span { border-color: rgb(229,121,179); }
td.TdClassName
{
border-color: #E579B3;
}
.TagClassName
{
border-color: #E579B3;
}
</style>