Shades of Persian Pink #E572B3
Tints of Persian Pink #E572B3
RGB
CMYK
RGB Variations
Color information
#E572B3 (or 0xE572B3) is known color: Persian Pink. HEX triplet: E5, 72 and B3. RGB value is (229,114,179). Sum of RGB (Red+Green+Blue) = 229+114+179=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E572B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572B3 is #1A8D4C. Grayscale: #9B9B9B. Windows color (decimal): -1740109 or 11760357. OLE color: 11760357.
HSL color Cylindrical-coordinate representation of color #E572B3: hue angle of 326.09º 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 #E572B3 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 179 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.10 |
| HSL | 326.09º | 0.69% | 0.67% | - |
| HSV(B) | 326.09º | 0.5% | 0.9% | - |
| XYZ | 46.47 | 31.95 | 46.37 | - |
| YUV | 155.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 179 | 0 | 0.50 | 0.22 | 0.10 | 326.09 | 0.69 | 0.67 |
| Hex | E5 | 72 | B3 | 0 | 32 | 16 | A | 146 | 45 | 43 |
| Octal | 345 | 162 | 263 | 0 | 62 | 26 | 12 | 506 | 105 | 103 |
| Binary | 11100101 | 1110010 | 10110011 | 0 | 110010 | 10110 | 1010 | 101000110 | 1000101 | 1000011 |
Color Harmonies of #E572B3
Complementary color
Monochromatic Colors of #E572B3
Black with #E572B3
Text Example
Text Example
White with #E572B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572B3; }
p { color: rgb(229,114,179); }
H1.HeaderClassName
{
color: #E572B3;
}
.AnyTagClassName
{
color: #E572B3;
}
</style>
background-color css
<style>
a { background-color: #E572B3; }
a { background-color: rgb(229,114,179); }
div.DivClassName
{
background-color: #E572B3;
}
.BgClassName
{
background-color: #E572B3;
}
</style>
border-color css
<style>
span { border-color: #E572B3; }
span { border-color: rgb(229,114,179); }
td.TdClassName
{
border-color: #E572B3;
}
.TagClassName
{
border-color: #E572B3;
}
</style>