Shades of Persian Pink #E570BE
Tints of Persian Pink #E570BE
RGB
CMYK
RGB Variations
Color information
#E570BE (or 0xE570BE) is known color: Persian Pink. HEX triplet: E5, 70 and BE. RGB value is (229,112,190). Sum of RGB (Red+Green+Blue) = 229+112+190=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E570BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570BE is #1A8F41. Grayscale: #9B9B9B. Windows color (decimal): -1740610 or 12480741. OLE color: 12480741.
HSL color Cylindrical-coordinate representation of color #E570BE: hue angle of 320º 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 #E570BE is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 190 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.10 |
| HSL | 320º | 0.69% | 0.67% | - |
| HSV(B) | 320º | 0.51% | 0.9% | - |
| XYZ | 47.4 | 31.96 | 52.39 | - |
| YUV | 155.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 190 | 0 | 0.51 | 0.17 | 0.10 | 320 | 0.69 | 0.67 |
| Hex | E5 | 70 | BE | 0 | 33 | 11 | A | 140 | 45 | 43 |
| Octal | 345 | 160 | 276 | 0 | 63 | 21 | 12 | 500 | 105 | 103 |
| Binary | 11100101 | 1110000 | 10111110 | 0 | 110011 | 10001 | 1010 | 101000000 | 1000101 | 1000011 |
Color Harmonies of #E570BE
Complementary color
Monochromatic Colors of #E570BE
Black with #E570BE
Text Example
Text Example
White with #E570BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570BE; }
p { color: rgb(229,112,190); }
H1.HeaderClassName
{
color: #E570BE;
}
.AnyTagClassName
{
color: #E570BE;
}
</style>
background-color css
<style>
a { background-color: #E570BE; }
a { background-color: rgb(229,112,190); }
div.DivClassName
{
background-color: #E570BE;
}
.BgClassName
{
background-color: #E570BE;
}
</style>
border-color css
<style>
span { border-color: #E570BE; }
span { border-color: rgb(229,112,190); }
td.TdClassName
{
border-color: #E570BE;
}
.TagClassName
{
border-color: #E570BE;
}
</style>