Shades of Persian Pink #E571BC
Tints of Persian Pink #E571BC
RGB
CMYK
RGB Variations
Color information
#E571BC (or 0xE571BC) is known color: Persian Pink. HEX triplet: E5, 71 and BC. RGB value is (229,113,188). Sum of RGB (Red+Green+Blue) = 229+113+188=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E571BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571BC is #1A8E43. Grayscale: #9C9C9C. Windows color (decimal): -1740356 or 12349925. OLE color: 12349925.
HSL color Cylindrical-coordinate representation of color #E571BC: hue angle of 321.21º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E571BC is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 188 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.10 |
| HSL | 321.21º | 0.69% | 0.67% | - |
| HSV(B) | 321.21º | 0.51% | 0.9% | - |
| XYZ | 47.3 | 32.1 | 51.28 | - |
| YUV | 156.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 188 | 0 | 0.51 | 0.18 | 0.10 | 321.21 | 0.69 | 0.67 |
| Hex | E5 | 71 | BC | 0 | 33 | 12 | A | 141 | 45 | 43 |
| Octal | 345 | 161 | 274 | 0 | 63 | 22 | 12 | 501 | 105 | 103 |
| Binary | 11100101 | 1110001 | 10111100 | 0 | 110011 | 10010 | 1010 | 101000001 | 1000101 | 1000011 |
Color Harmonies of #E571BC
Complementary color
Monochromatic Colors of #E571BC
Black with #E571BC
Text Example
Text Example
White with #E571BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571BC; }
p { color: rgb(229,113,188); }
H1.HeaderClassName
{
color: #E571BC;
}
.AnyTagClassName
{
color: #E571BC;
}
</style>
background-color css
<style>
a { background-color: #E571BC; }
a { background-color: rgb(229,113,188); }
div.DivClassName
{
background-color: #E571BC;
}
.BgClassName
{
background-color: #E571BC;
}
</style>
border-color css
<style>
span { border-color: #E571BC; }
span { border-color: rgb(229,113,188); }
td.TdClassName
{
border-color: #E571BC;
}
.TagClassName
{
border-color: #E571BC;
}
</style>