Shades of Persian Pink #E577BB
Tints of Persian Pink #E577BB
RGB
CMYK
RGB Variations
Color information
#E577BB (or 0xE577BB) is known color: Persian Pink. HEX triplet: E5, 77 and BB. RGB value is (229,119,187). Sum of RGB (Red+Green+Blue) = 229+119+187=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E577BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577BB is #1A8844. Grayscale: #9F9F9F. Windows color (decimal): -1738821 or 12285925. OLE color: 12285925.
HSL color Cylindrical-coordinate representation of color #E577BB: hue angle of 322.91º 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 #E577BB is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 187 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.10 |
| HSL | 322.91º | 0.68% | 0.68% | - |
| HSV(B) | 322.91º | 0.48% | 0.9% | - |
| XYZ | 47.88 | 33.44 | 50.94 | - |
| YUV | 159.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 187 | 0 | 0.48 | 0.18 | 0.10 | 322.91 | 0.68 | 0.68 |
| Hex | E5 | 77 | BB | 0 | 30 | 12 | A | 143 | 44 | 44 |
| Octal | 345 | 167 | 273 | 0 | 60 | 22 | 12 | 503 | 104 | 104 |
| Binary | 11100101 | 1110111 | 10111011 | 0 | 110000 | 10010 | 1010 | 101000011 | 1000100 | 1000100 |
Color Harmonies of #E577BB
Complementary color
Monochromatic Colors of #E577BB
Black with #E577BB
Text Example
Text Example
White with #E577BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E577BB; }
p { color: rgb(229,119,187); }
H1.HeaderClassName
{
color: #E577BB;
}
.AnyTagClassName
{
color: #E577BB;
}
</style>
background-color css
<style>
a { background-color: #E577BB; }
a { background-color: rgb(229,119,187); }
div.DivClassName
{
background-color: #E577BB;
}
.BgClassName
{
background-color: #E577BB;
}
</style>
border-color css
<style>
span { border-color: #E577BB; }
span { border-color: rgb(229,119,187); }
td.TdClassName
{
border-color: #E577BB;
}
.TagClassName
{
border-color: #E577BB;
}
</style>