Shades of Persian Pink #E575AD
Tints of Persian Pink #E575AD
RGB
CMYK
RGB Variations
Color information
#E575AD (or 0xE575AD) is known color: Persian Pink. HEX triplet: E5, 75 and AD. RGB value is (229,117,173). Sum of RGB (Red+Green+Blue) = 229+117+173=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E575AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E575AD is #1A8A52. Grayscale: #9C9C9C. Windows color (decimal): -1739347 or 11367909. OLE color: 11367909.
HSL color Cylindrical-coordinate representation of color #E575AD: hue angle of 330º 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 #E575AD is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 173 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.10 |
| HSL | 330º | 0.68% | 0.68% | - |
| HSV(B) | 330º | 0.49% | 0.9% | - |
| XYZ | 46.22 | 32.4 | 43.35 | - |
| YUV | 156.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 173 | 0 | 0.49 | 0.24 | 0.10 | 330 | 0.68 | 0.68 |
| Hex | E5 | 75 | AD | 0 | 31 | 18 | A | 14A | 44 | 44 |
| Octal | 345 | 165 | 255 | 0 | 61 | 30 | 12 | 512 | 104 | 104 |
| Binary | 11100101 | 1110101 | 10101101 | 0 | 110001 | 11000 | 1010 | 101001010 | 1000100 | 1000100 |
Color Harmonies of #E575AD
Complementary color
Monochromatic Colors of #E575AD
Black with #E575AD
Text Example
Text Example
White with #E575AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575AD; }
p { color: rgb(229,117,173); }
H1.HeaderClassName
{
color: #E575AD;
}
.AnyTagClassName
{
color: #E575AD;
}
</style>
background-color css
<style>
a { background-color: #E575AD; }
a { background-color: rgb(229,117,173); }
div.DivClassName
{
background-color: #E575AD;
}
.BgClassName
{
background-color: #E575AD;
}
</style>
border-color css
<style>
span { border-color: #E575AD; }
span { border-color: rgb(229,117,173); }
td.TdClassName
{
border-color: #E575AD;
}
.TagClassName
{
border-color: #E575AD;
}
</style>