Shades of Persian Pink #E570B4
Tints of Persian Pink #E570B4
RGB
CMYK
RGB Variations
Color information
#E570B4 (or 0xE570B4) is known color: Persian Pink. HEX triplet: E5, 70 and B4. RGB value is (229,112,180). Sum of RGB (Red+Green+Blue) = 229+112+180=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E570B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570B4 is #1A8F4B. Grayscale: #9A9A9A. Windows color (decimal): -1740620 or 11825381. OLE color: 11825381.
HSL color Cylindrical-coordinate representation of color #E570B4: hue angle of 325.13º 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 #E570B4 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 180 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.10 |
| HSL | 325.13º | 0.69% | 0.67% | - |
| HSV(B) | 325.13º | 0.51% | 0.9% | - |
| XYZ | 46.35 | 31.54 | 46.83 | - |
| YUV | 154.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 180 | 0 | 0.51 | 0.21 | 0.10 | 325.13 | 0.69 | 0.67 |
| Hex | E5 | 70 | B4 | 0 | 33 | 15 | A | 145 | 45 | 43 |
| Octal | 345 | 160 | 264 | 0 | 63 | 25 | 12 | 505 | 105 | 103 |
| Binary | 11100101 | 1110000 | 10110100 | 0 | 110011 | 10101 | 1010 | 101000101 | 1000101 | 1000011 |
Color Harmonies of #E570B4
Complementary color
Monochromatic Colors of #E570B4
Black with #E570B4
Text Example
Text Example
White with #E570B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570B4; }
p { color: rgb(229,112,180); }
H1.HeaderClassName
{
color: #E570B4;
}
.AnyTagClassName
{
color: #E570B4;
}
</style>
background-color css
<style>
a { background-color: #E570B4; }
a { background-color: rgb(229,112,180); }
div.DivClassName
{
background-color: #E570B4;
}
.BgClassName
{
background-color: #E570B4;
}
</style>
border-color css
<style>
span { border-color: #E570B4; }
span { border-color: rgb(229,112,180); }
td.TdClassName
{
border-color: #E570B4;
}
.TagClassName
{
border-color: #E570B4;
}
</style>