Shades of Persian Pink #E572BD
Tints of Persian Pink #E572BD
RGB
CMYK
RGB Variations
Color information
#E572BD (or 0xE572BD) is known color: Persian Pink. HEX triplet: E5, 72 and BD. RGB value is (229,114,189). Sum of RGB (Red+Green+Blue) = 229+114+189=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E572BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572BD is #1A8D42. Grayscale: #9C9C9C. Windows color (decimal): -1740099 or 12415717. OLE color: 12415717.
HSL color Cylindrical-coordinate representation of color #E572BD: hue angle of 320.87º 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 #E572BD is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 189 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.10 |
| HSL | 320.87º | 0.69% | 0.67% | - |
| HSV(B) | 320.87º | 0.5% | 0.9% | - |
| XYZ | 47.52 | 32.37 | 51.89 | - |
| YUV | 156.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 189 | 0 | 0.50 | 0.17 | 0.10 | 320.87 | 0.69 | 0.67 |
| Hex | E5 | 72 | BD | 0 | 32 | 11 | A | 141 | 45 | 43 |
| Octal | 345 | 162 | 275 | 0 | 62 | 21 | 12 | 501 | 105 | 103 |
| Binary | 11100101 | 1110010 | 10111101 | 0 | 110010 | 10001 | 1010 | 101000001 | 1000101 | 1000011 |
Color Harmonies of #E572BD
Complementary color
Monochromatic Colors of #E572BD
Black with #E572BD
Text Example
Text Example
White with #E572BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572BD; }
p { color: rgb(229,114,189); }
H1.HeaderClassName
{
color: #E572BD;
}
.AnyTagClassName
{
color: #E572BD;
}
</style>
background-color css
<style>
a { background-color: #E572BD; }
a { background-color: rgb(229,114,189); }
div.DivClassName
{
background-color: #E572BD;
}
.BgClassName
{
background-color: #E572BD;
}
</style>
border-color css
<style>
span { border-color: #E572BD; }
span { border-color: rgb(229,114,189); }
td.TdClassName
{
border-color: #E572BD;
}
.TagClassName
{
border-color: #E572BD;
}
</style>