Shades of Persian Pink #E57AC6
Tints of Persian Pink #E57AC6
RGB
CMYK
RGB Variations
Color information
#E57AC6 (or 0xE57AC6) is known color: Persian Pink. HEX triplet: E5, 7A and C6. RGB value is (229,122,198). Sum of RGB (Red+Green+Blue) = 229+122+198=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57AC6 is #1A8539. Grayscale: #A2A2A2. Windows color (decimal): -1738042 or 13007589. OLE color: 13007589.
HSL color Cylindrical-coordinate representation of color #E57AC6: hue angle of 317.38º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57AC6 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 198 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.10 |
| HSL | 317.38º | 0.67% | 0.69% | - |
| HSV(B) | 317.38º | 0.47% | 0.9% | - |
| XYZ | 49.47 | 34.65 | 57.51 | - |
| YUV | 162.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 198 | 0 | 0.47 | 0.14 | 0.10 | 317.38 | 0.67 | 0.69 |
| Hex | E5 | 7A | C6 | 0 | 2F | E | A | 13D | 43 | 45 |
| Octal | 345 | 172 | 306 | 0 | 57 | 16 | 12 | 475 | 103 | 105 |
| Binary | 11100101 | 1111010 | 11000110 | 0 | 101111 | 1110 | 1010 | 100111101 | 1000011 | 1000101 |
Color Harmonies of #E57AC6
Complementary color
Monochromatic Colors of #E57AC6
Black with #E57AC6
Text Example
Text Example
White with #E57AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AC6; }
p { color: rgb(229,122,198); }
H1.HeaderClassName
{
color: #E57AC6;
}
.AnyTagClassName
{
color: #E57AC6;
}
</style>
background-color css
<style>
a { background-color: #E57AC6; }
a { background-color: rgb(229,122,198); }
div.DivClassName
{
background-color: #E57AC6;
}
.BgClassName
{
background-color: #E57AC6;
}
</style>
border-color css
<style>
span { border-color: #E57AC6; }
span { border-color: rgb(229,122,198); }
td.TdClassName
{
border-color: #E57AC6;
}
.TagClassName
{
border-color: #E57AC6;
}
</style>