Shades of Persian Pink #E570B0
Tints of Persian Pink #E570B0
RGB
CMYK
RGB Variations
Color information
#E570B0 (or 0xE570B0) is known color: Persian Pink. HEX triplet: E5, 70 and B0. RGB value is (229,112,176). Sum of RGB (Red+Green+Blue) = 229+112+176=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E570B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E570B0 is #1A8F4F. Grayscale: #9A9A9A. Windows color (decimal): -1740624 or 11563237. OLE color: 11563237.
HSL color Cylindrical-coordinate representation of color #E570B0: hue angle of 327.18º 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 #E570B0 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 176 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.10 |
| HSL | 327.18º | 0.69% | 0.67% | - |
| HSV(B) | 327.18º | 0.51% | 0.9% | - |
| XYZ | 45.94 | 31.38 | 44.71 | - |
| YUV | 154.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 176 | 0 | 0.51 | 0.23 | 0.10 | 327.18 | 0.69 | 0.67 |
| Hex | E5 | 70 | B0 | 0 | 33 | 17 | A | 147 | 45 | 43 |
| Octal | 345 | 160 | 260 | 0 | 63 | 27 | 12 | 507 | 105 | 103 |
| Binary | 11100101 | 1110000 | 10110000 | 0 | 110011 | 10111 | 1010 | 101000111 | 1000101 | 1000011 |
Color Harmonies of #E570B0
Complementary color
Monochromatic Colors of #E570B0
Black with #E570B0
Text Example
Text Example
White with #E570B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570B0; }
p { color: rgb(229,112,176); }
H1.HeaderClassName
{
color: #E570B0;
}
.AnyTagClassName
{
color: #E570B0;
}
</style>
background-color css
<style>
a { background-color: #E570B0; }
a { background-color: rgb(229,112,176); }
div.DivClassName
{
background-color: #E570B0;
}
.BgClassName
{
background-color: #E570B0;
}
</style>
border-color css
<style>
span { border-color: #E570B0; }
span { border-color: rgb(229,112,176); }
td.TdClassName
{
border-color: #E570B0;
}
.TagClassName
{
border-color: #E570B0;
}
</style>