Shades of Persian Pink #E572B5
Tints of Persian Pink #E572B5
RGB
CMYK
RGB Variations
Color information
#E572B5 (or 0xE572B5) is known color: Persian Pink. HEX triplet: E5, 72 and B5. RGB value is (229,114,181). Sum of RGB (Red+Green+Blue) = 229+114+181=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E572B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572B5 is #1A8D4A. Grayscale: #9B9B9B. Windows color (decimal): -1740107 or 11891429. OLE color: 11891429.
HSL color Cylindrical-coordinate representation of color #E572B5: hue angle of 325.04º 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 #E572B5 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 181 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.10 |
| HSL | 325.04º | 0.69% | 0.67% | - |
| HSV(B) | 325.04º | 0.5% | 0.9% | - |
| XYZ | 46.67 | 32.03 | 47.44 | - |
| YUV | 156.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 181 | 0 | 0.50 | 0.21 | 0.10 | 325.04 | 0.69 | 0.67 |
| Hex | E5 | 72 | B5 | 0 | 32 | 15 | A | 145 | 45 | 43 |
| Octal | 345 | 162 | 265 | 0 | 62 | 25 | 12 | 505 | 105 | 103 |
| Binary | 11100101 | 1110010 | 10110101 | 0 | 110010 | 10101 | 1010 | 101000101 | 1000101 | 1000011 |
Color Harmonies of #E572B5
Complementary color
Monochromatic Colors of #E572B5
Black with #E572B5
Text Example
Text Example
White with #E572B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572B5; }
p { color: rgb(229,114,181); }
H1.HeaderClassName
{
color: #E572B5;
}
.AnyTagClassName
{
color: #E572B5;
}
</style>
background-color css
<style>
a { background-color: #E572B5; }
a { background-color: rgb(229,114,181); }
div.DivClassName
{
background-color: #E572B5;
}
.BgClassName
{
background-color: #E572B5;
}
</style>
border-color css
<style>
span { border-color: #E572B5; }
span { border-color: rgb(229,114,181); }
td.TdClassName
{
border-color: #E572B5;
}
.TagClassName
{
border-color: #E572B5;
}
</style>