Shades of Persian Pink #E576BB
Tints of Persian Pink #E576BB
RGB
CMYK
RGB Variations
Color information
#E576BB (or 0xE576BB) is known color: Persian Pink. HEX triplet: E5, 76 and BB. RGB value is (229,118,187). Sum of RGB (Red+Green+Blue) = 229+118+187=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E576BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576BB is #1A8944. Grayscale: #9E9E9E. Windows color (decimal): -1739077 or 12285669. OLE color: 12285669.
HSL color Cylindrical-coordinate representation of color #E576BB: hue angle of 322.7º 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 #E576BB is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 187 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.10 |
| HSL | 322.7º | 0.68% | 0.68% | - |
| HSV(B) | 322.7º | 0.48% | 0.9% | - |
| XYZ | 47.76 | 33.2 | 50.91 | - |
| YUV | 159.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 187 | 0 | 0.48 | 0.18 | 0.10 | 322.7 | 0.68 | 0.68 |
| Hex | E5 | 76 | BB | 0 | 30 | 12 | A | 143 | 44 | 44 |
| Octal | 345 | 166 | 273 | 0 | 60 | 22 | 12 | 503 | 104 | 104 |
| Binary | 11100101 | 1110110 | 10111011 | 0 | 110000 | 10010 | 1010 | 101000011 | 1000100 | 1000100 |
Color Harmonies of #E576BB
Complementary color
Monochromatic Colors of #E576BB
Black with #E576BB
Text Example
Text Example
White with #E576BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E576BB; }
p { color: rgb(229,118,187); }
H1.HeaderClassName
{
color: #E576BB;
}
.AnyTagClassName
{
color: #E576BB;
}
</style>
background-color css
<style>
a { background-color: #E576BB; }
a { background-color: rgb(229,118,187); }
div.DivClassName
{
background-color: #E576BB;
}
.BgClassName
{
background-color: #E576BB;
}
</style>
border-color css
<style>
span { border-color: #E576BB; }
span { border-color: rgb(229,118,187); }
td.TdClassName
{
border-color: #E576BB;
}
.TagClassName
{
border-color: #E576BB;
}
</style>