Shades of Persian Pink #E575AC
Tints of Persian Pink #E575AC
RGB
CMYK
RGB Variations
Color information
#E575AC (or 0xE575AC) is known color: Persian Pink. HEX triplet: E5, 75 and AC. RGB value is (229,117,172). Sum of RGB (Red+Green+Blue) = 229+117+172=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E575AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E575AC is #1A8A53. Grayscale: #9C9C9C. Windows color (decimal): -1739348 or 11302373. OLE color: 11302373.
HSL color Cylindrical-coordinate representation of color #E575AC: hue angle of 330.54º 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 #E575AC is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 172 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.10 |
| HSL | 330.54º | 0.68% | 0.68% | - |
| HSV(B) | 330.54º | 0.49% | 0.9% | - |
| XYZ | 46.12 | 32.36 | 42.84 | - |
| YUV | 156.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 172 | 0 | 0.49 | 0.25 | 0.10 | 330.54 | 0.68 | 0.68 |
| Hex | E5 | 75 | AC | 0 | 31 | 19 | A | 14B | 44 | 44 |
| Octal | 345 | 165 | 254 | 0 | 61 | 31 | 12 | 513 | 104 | 104 |
| Binary | 11100101 | 1110101 | 10101100 | 0 | 110001 | 11001 | 1010 | 101001011 | 1000100 | 1000100 |
Color Harmonies of #E575AC
Complementary color
Monochromatic Colors of #E575AC
Black with #E575AC
Text Example
Text Example
White with #E575AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575AC; }
p { color: rgb(229,117,172); }
H1.HeaderClassName
{
color: #E575AC;
}
.AnyTagClassName
{
color: #E575AC;
}
</style>
background-color css
<style>
a { background-color: #E575AC; }
a { background-color: rgb(229,117,172); }
div.DivClassName
{
background-color: #E575AC;
}
.BgClassName
{
background-color: #E575AC;
}
</style>
border-color css
<style>
span { border-color: #E575AC; }
span { border-color: rgb(229,117,172); }
td.TdClassName
{
border-color: #E575AC;
}
.TagClassName
{
border-color: #E575AC;
}
</style>