Shades of Persian Pink #E575B0
Tints of Persian Pink #E575B0
RGB
CMYK
RGB Variations
Color information
#E575B0 (or 0xE575B0) is known color: Persian Pink. HEX triplet: E5, 75 and B0. RGB value is (229,117,176). Sum of RGB (Red+Green+Blue) = 229+117+176=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E575B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E575B0 is #1A8A4F. Grayscale: #9D9D9D. Windows color (decimal): -1739344 or 11564517. OLE color: 11564517.
HSL color Cylindrical-coordinate representation of color #E575B0: hue angle of 328.39º 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 #E575B0 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 176 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.10 |
| HSL | 328.39º | 0.68% | 0.68% | - |
| HSV(B) | 328.39º | 0.49% | 0.9% | - |
| XYZ | 46.51 | 32.52 | 44.9 | - |
| YUV | 157.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 176 | 0 | 0.49 | 0.23 | 0.10 | 328.39 | 0.68 | 0.68 |
| Hex | E5 | 75 | B0 | 0 | 31 | 17 | A | 148 | 44 | 44 |
| Octal | 345 | 165 | 260 | 0 | 61 | 27 | 12 | 510 | 104 | 104 |
| Binary | 11100101 | 1110101 | 10110000 | 0 | 110001 | 10111 | 1010 | 101001000 | 1000100 | 1000100 |
Color Harmonies of #E575B0
Complementary color
Monochromatic Colors of #E575B0
Black with #E575B0
Text Example
Text Example
White with #E575B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575B0; }
p { color: rgb(229,117,176); }
H1.HeaderClassName
{
color: #E575B0;
}
.AnyTagClassName
{
color: #E575B0;
}
</style>
background-color css
<style>
a { background-color: #E575B0; }
a { background-color: rgb(229,117,176); }
div.DivClassName
{
background-color: #E575B0;
}
.BgClassName
{
background-color: #E575B0;
}
</style>
border-color css
<style>
span { border-color: #E575B0; }
span { border-color: rgb(229,117,176); }
td.TdClassName
{
border-color: #E575B0;
}
.TagClassName
{
border-color: #E575B0;
}
</style>