Shades of Persian Pink #E572BE
Tints of Persian Pink #E572BE
RGB
CMYK
RGB Variations
Color information
#E572BE (or 0xE572BE) is known color: Persian Pink. HEX triplet: E5, 72 and BE. RGB value is (229,114,190). Sum of RGB (Red+Green+Blue) = 229+114+190=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E572BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572BE is #1A8D41. Grayscale: #9C9C9C. Windows color (decimal): -1740098 or 12481253. OLE color: 12481253.
HSL color Cylindrical-coordinate representation of color #E572BE: hue angle of 320.35º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E572BE is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 190 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.10 |
| HSL | 320.35º | 0.69% | 0.67% | - |
| HSV(B) | 320.35º | 0.5% | 0.9% | - |
| XYZ | 47.62 | 32.41 | 52.46 | - |
| YUV | 157.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 190 | 0 | 0.50 | 0.17 | 0.10 | 320.35 | 0.69 | 0.67 |
| Hex | E5 | 72 | BE | 0 | 32 | 11 | A | 140 | 45 | 43 |
| Octal | 345 | 162 | 276 | 0 | 62 | 21 | 12 | 500 | 105 | 103 |
| Binary | 11100101 | 1110010 | 10111110 | 0 | 110010 | 10001 | 1010 | 101000000 | 1000101 | 1000011 |
Color Harmonies of #E572BE
Complementary color
Monochromatic Colors of #E572BE
Black with #E572BE
Text Example
Text Example
White with #E572BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572BE; }
p { color: rgb(229,114,190); }
H1.HeaderClassName
{
color: #E572BE;
}
.AnyTagClassName
{
color: #E572BE;
}
</style>
background-color css
<style>
a { background-color: #E572BE; }
a { background-color: rgb(229,114,190); }
div.DivClassName
{
background-color: #E572BE;
}
.BgClassName
{
background-color: #E572BE;
}
</style>
border-color css
<style>
span { border-color: #E572BE; }
span { border-color: rgb(229,114,190); }
td.TdClassName
{
border-color: #E572BE;
}
.TagClassName
{
border-color: #E572BE;
}
</style>