Shades of Persian Pink #E576BA
Tints of Persian Pink #E576BA
RGB
CMYK
RGB Variations
Color information
#E576BA (or 0xE576BA) is known color: Persian Pink. HEX triplet: E5, 76 and BA. RGB value is (229,118,186). Sum of RGB (Red+Green+Blue) = 229+118+186=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E576BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576BA is #1A8945. Grayscale: #9E9E9E. Windows color (decimal): -1739078 or 12220133. OLE color: 12220133.
HSL color Cylindrical-coordinate representation of color #E576BA: hue angle of 323.24º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E576BA is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 186 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.10 |
| HSL | 323.24º | 0.68% | 0.68% | - |
| HSV(B) | 323.24º | 0.48% | 0.9% | - |
| XYZ | 47.65 | 33.16 | 50.34 | - |
| YUV | 158.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 186 | 0 | 0.48 | 0.19 | 0.10 | 323.24 | 0.68 | 0.68 |
| Hex | E5 | 76 | BA | 0 | 30 | 13 | A | 143 | 44 | 44 |
| Octal | 345 | 166 | 272 | 0 | 60 | 23 | 12 | 503 | 104 | 104 |
| Binary | 11100101 | 1110110 | 10111010 | 0 | 110000 | 10011 | 1010 | 101000011 | 1000100 | 1000100 |
Color Harmonies of #E576BA
Complementary color
Monochromatic Colors of #E576BA
Black with #E576BA
Text Example
Text Example
White with #E576BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E576BA; }
p { color: rgb(229,118,186); }
H1.HeaderClassName
{
color: #E576BA;
}
.AnyTagClassName
{
color: #E576BA;
}
</style>
background-color css
<style>
a { background-color: #E576BA; }
a { background-color: rgb(229,118,186); }
div.DivClassName
{
background-color: #E576BA;
}
.BgClassName
{
background-color: #E576BA;
}
</style>
border-color css
<style>
span { border-color: #E576BA; }
span { border-color: rgb(229,118,186); }
td.TdClassName
{
border-color: #E576BA;
}
.TagClassName
{
border-color: #E576BA;
}
</style>