Shades of Persian Pink #E572BB
Tints of Persian Pink #E572BB
RGB
CMYK
RGB Variations
Color information
#E572BB (or 0xE572BB) is known color: Persian Pink. HEX triplet: E5, 72 and BB. RGB value is (229,114,187). Sum of RGB (Red+Green+Blue) = 229+114+187=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E572BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572BB is #1A8D44. Grayscale: #9C9C9C. Windows color (decimal): -1740101 or 12284645. OLE color: 12284645.
HSL color Cylindrical-coordinate representation of color #E572BB: hue angle of 321.91º 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 #E572BB is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 187 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.10 |
| HSL | 321.91º | 0.69% | 0.67% | - |
| HSV(B) | 321.91º | 0.5% | 0.9% | - |
| XYZ | 47.3 | 32.28 | 50.75 | - |
| YUV | 156.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 187 | 0 | 0.50 | 0.18 | 0.10 | 321.91 | 0.69 | 0.67 |
| Hex | E5 | 72 | BB | 0 | 32 | 12 | A | 142 | 45 | 43 |
| Octal | 345 | 162 | 273 | 0 | 62 | 22 | 12 | 502 | 105 | 103 |
| Binary | 11100101 | 1110010 | 10111011 | 0 | 110010 | 10010 | 1010 | 101000010 | 1000101 | 1000011 |
Color Harmonies of #E572BB
Complementary color
Monochromatic Colors of #E572BB
Black with #E572BB
Text Example
Text Example
White with #E572BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572BB; }
p { color: rgb(229,114,187); }
H1.HeaderClassName
{
color: #E572BB;
}
.AnyTagClassName
{
color: #E572BB;
}
</style>
background-color css
<style>
a { background-color: #E572BB; }
a { background-color: rgb(229,114,187); }
div.DivClassName
{
background-color: #E572BB;
}
.BgClassName
{
background-color: #E572BB;
}
</style>
border-color css
<style>
span { border-color: #E572BB; }
span { border-color: rgb(229,114,187); }
td.TdClassName
{
border-color: #E572BB;
}
.TagClassName
{
border-color: #E572BB;
}
</style>