Shades of Persian Pink #E573BB
Tints of Persian Pink #E573BB
RGB
CMYK
RGB Variations
Color information
#E573BB (or 0xE573BB) is known color: Persian Pink. HEX triplet: E5, 73 and BB. RGB value is (229,115,187). Sum of RGB (Red+Green+Blue) = 229+115+187=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E573BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573BB is #1A8C44. Grayscale: #9D9D9D. Windows color (decimal): -1739845 or 12284901. OLE color: 12284901.
HSL color Cylindrical-coordinate representation of color #E573BB: hue angle of 322.11º 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 #E573BB is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 187 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.10 |
| HSL | 322.11º | 0.69% | 0.67% | - |
| HSV(B) | 322.11º | 0.5% | 0.9% | - |
| XYZ | 47.41 | 32.51 | 50.79 | - |
| YUV | 157.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 187 | 0 | 0.50 | 0.18 | 0.10 | 322.11 | 0.69 | 0.67 |
| Hex | E5 | 73 | BB | 0 | 32 | 12 | A | 142 | 45 | 43 |
| Octal | 345 | 163 | 273 | 0 | 62 | 22 | 12 | 502 | 105 | 103 |
| Binary | 11100101 | 1110011 | 10111011 | 0 | 110010 | 10010 | 1010 | 101000010 | 1000101 | 1000011 |
Color Harmonies of #E573BB
Complementary color
Monochromatic Colors of #E573BB
Black with #E573BB
Text Example
Text Example
White with #E573BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573BB; }
p { color: rgb(229,115,187); }
H1.HeaderClassName
{
color: #E573BB;
}
.AnyTagClassName
{
color: #E573BB;
}
</style>
background-color css
<style>
a { background-color: #E573BB; }
a { background-color: rgb(229,115,187); }
div.DivClassName
{
background-color: #E573BB;
}
.BgClassName
{
background-color: #E573BB;
}
</style>
border-color css
<style>
span { border-color: #E573BB; }
span { border-color: rgb(229,115,187); }
td.TdClassName
{
border-color: #E573BB;
}
.TagClassName
{
border-color: #E573BB;
}
</style>