Shades of Persian Pink #E575B7
Tints of Persian Pink #E575B7
RGB
CMYK
RGB Variations
Color information
#E575B7 (or 0xE575B7) is known color: Persian Pink. HEX triplet: E5, 75 and B7. RGB value is (229,117,183). Sum of RGB (Red+Green+Blue) = 229+117+183=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E575B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575B7 is #1A8A48. Grayscale: #9D9D9D. Windows color (decimal): -1739337 or 12023269. OLE color: 12023269.
HSL color Cylindrical-coordinate representation of color #E575B7: hue angle of 324.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575B7 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 183 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.10 |
| HSL | 324.64º | 0.68% | 0.68% | - |
| HSV(B) | 324.64º | 0.49% | 0.9% | - |
| XYZ | 47.22 | 32.8 | 48.64 | - |
| YUV | 158.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 183 | 0 | 0.49 | 0.20 | 0.10 | 324.64 | 0.68 | 0.68 |
| Hex | E5 | 75 | B7 | 0 | 31 | 14 | A | 145 | 44 | 44 |
| Octal | 345 | 165 | 267 | 0 | 61 | 24 | 12 | 505 | 104 | 104 |
| Binary | 11100101 | 1110101 | 10110111 | 0 | 110001 | 10100 | 1010 | 101000101 | 1000100 | 1000100 |
Color Harmonies of #E575B7
Complementary color
Monochromatic Colors of #E575B7
Black with #E575B7
Text Example
Text Example
White with #E575B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575B7; }
p { color: rgb(229,117,183); }
H1.HeaderClassName
{
color: #E575B7;
}
.AnyTagClassName
{
color: #E575B7;
}
</style>
background-color css
<style>
a { background-color: #E575B7; }
a { background-color: rgb(229,117,183); }
div.DivClassName
{
background-color: #E575B7;
}
.BgClassName
{
background-color: #E575B7;
}
</style>
border-color css
<style>
span { border-color: #E575B7; }
span { border-color: rgb(229,117,183); }
td.TdClassName
{
border-color: #E575B7;
}
.TagClassName
{
border-color: #E575B7;
}
</style>