Shades of Persian Pink #E574AC
Tints of Persian Pink #E574AC
RGB
CMYK
RGB Variations
Color information
#E574AC (or 0xE574AC) is known color: Persian Pink. HEX triplet: E5, 74 and AC. RGB value is (229,116,172). Sum of RGB (Red+Green+Blue) = 229+116+172=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E574AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E574AC is #1A8B53. Grayscale: #9C9C9C. Windows color (decimal): -1739604 or 11302117. OLE color: 11302117.
HSL color Cylindrical-coordinate representation of color #E574AC: hue angle of 330.27º 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 #E574AC is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 172 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.10 |
| HSL | 330.27º | 0.68% | 0.68% | - |
| HSV(B) | 330.27º | 0.49% | 0.9% | - |
| XYZ | 46 | 32.13 | 42.81 | - |
| YUV | 156.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 172 | 0 | 0.49 | 0.25 | 0.10 | 330.27 | 0.68 | 0.68 |
| Hex | E5 | 74 | AC | 0 | 31 | 19 | A | 14A | 44 | 44 |
| Octal | 345 | 164 | 254 | 0 | 61 | 31 | 12 | 512 | 104 | 104 |
| Binary | 11100101 | 1110100 | 10101100 | 0 | 110001 | 11001 | 1010 | 101001010 | 1000100 | 1000100 |
Color Harmonies of #E574AC
Complementary color
Monochromatic Colors of #E574AC
Black with #E574AC
Text Example
Text Example
White with #E574AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574AC; }
p { color: rgb(229,116,172); }
H1.HeaderClassName
{
color: #E574AC;
}
.AnyTagClassName
{
color: #E574AC;
}
</style>
background-color css
<style>
a { background-color: #E574AC; }
a { background-color: rgb(229,116,172); }
div.DivClassName
{
background-color: #E574AC;
}
.BgClassName
{
background-color: #E574AC;
}
</style>
border-color css
<style>
span { border-color: #E574AC; }
span { border-color: rgb(229,116,172); }
td.TdClassName
{
border-color: #E574AC;
}
.TagClassName
{
border-color: #E574AC;
}
</style>