Shades of Persian Pink #E578BF
Tints of Persian Pink #E578BF
RGB
CMYK
RGB Variations
Color information
#E578BF (or 0xE578BF) is known color: Persian Pink. HEX triplet: E5, 78 and BF. RGB value is (229,120,191). Sum of RGB (Red+Green+Blue) = 229+120+191=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E578BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578BF is #1A8740. Grayscale: #A0A0A0. Windows color (decimal): -1738561 or 12548325. OLE color: 12548325.
HSL color Cylindrical-coordinate representation of color #E578BF: hue angle of 320.92º 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 #E578BF is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 191 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.10 |
| HSL | 320.92º | 0.68% | 0.68% | - |
| HSV(B) | 320.92º | 0.48% | 0.9% | - |
| XYZ | 48.43 | 33.85 | 53.27 | - |
| YUV | 160.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 191 | 0 | 0.48 | 0.17 | 0.10 | 320.92 | 0.68 | 0.68 |
| Hex | E5 | 78 | BF | 0 | 30 | 11 | A | 141 | 44 | 44 |
| Octal | 345 | 170 | 277 | 0 | 60 | 21 | 12 | 501 | 104 | 104 |
| Binary | 11100101 | 1111000 | 10111111 | 0 | 110000 | 10001 | 1010 | 101000001 | 1000100 | 1000100 |
Color Harmonies of #E578BF
Complementary color
Monochromatic Colors of #E578BF
Black with #E578BF
Text Example
Text Example
White with #E578BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E578BF; }
p { color: rgb(229,120,191); }
H1.HeaderClassName
{
color: #E578BF;
}
.AnyTagClassName
{
color: #E578BF;
}
</style>
background-color css
<style>
a { background-color: #E578BF; }
a { background-color: rgb(229,120,191); }
div.DivClassName
{
background-color: #E578BF;
}
.BgClassName
{
background-color: #E578BF;
}
</style>
border-color css
<style>
span { border-color: #E578BF; }
span { border-color: rgb(229,120,191); }
td.TdClassName
{
border-color: #E578BF;
}
.TagClassName
{
border-color: #E578BF;
}
</style>