Shades of Persian Pink #E571B0
Tints of Persian Pink #E571B0
RGB
CMYK
RGB Variations
Color information
#E571B0 (or 0xE571B0) is known color: Persian Pink. HEX triplet: E5, 71 and B0. RGB value is (229,113,176). Sum of RGB (Red+Green+Blue) = 229+113+176=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E571B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E571B0 is #1A8E4F. Grayscale: #9A9A9A. Windows color (decimal): -1740368 or 11563493. OLE color: 11563493.
HSL color Cylindrical-coordinate representation of color #E571B0: hue angle of 327.41º 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 #E571B0 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 176 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.10 |
| HSL | 327.41º | 0.69% | 0.67% | - |
| HSV(B) | 327.41º | 0.51% | 0.9% | - |
| XYZ | 46.05 | 31.6 | 44.75 | - |
| YUV | 154.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 176 | 0 | 0.51 | 0.23 | 0.10 | 327.41 | 0.69 | 0.67 |
| Hex | E5 | 71 | B0 | 0 | 33 | 17 | A | 147 | 45 | 43 |
| Octal | 345 | 161 | 260 | 0 | 63 | 27 | 12 | 507 | 105 | 103 |
| Binary | 11100101 | 1110001 | 10110000 | 0 | 110011 | 10111 | 1010 | 101000111 | 1000101 | 1000011 |
Color Harmonies of #E571B0
Complementary color
Monochromatic Colors of #E571B0
Black with #E571B0
Text Example
Text Example
White with #E571B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571B0; }
p { color: rgb(229,113,176); }
H1.HeaderClassName
{
color: #E571B0;
}
.AnyTagClassName
{
color: #E571B0;
}
</style>
background-color css
<style>
a { background-color: #E571B0; }
a { background-color: rgb(229,113,176); }
div.DivClassName
{
background-color: #E571B0;
}
.BgClassName
{
background-color: #E571B0;
}
</style>
border-color css
<style>
span { border-color: #E571B0; }
span { border-color: rgb(229,113,176); }
td.TdClassName
{
border-color: #E571B0;
}
.TagClassName
{
border-color: #E571B0;
}
</style>