Shades of Persian Pink #E079AC
Tints of Persian Pink #E079AC
RGB
CMYK
RGB Variations
Color information
#E079AC (or 0xE079AC) is known color: Persian Pink. HEX triplet: E0, 79 and AC. RGB value is (224,121,172). Sum of RGB (Red+Green+Blue) = 224+121+172=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E079AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E079AC is #1F8653. Grayscale: #9D9D9D. Windows color (decimal): -2066004 or 11303392. OLE color: 11303392.
HSL color Cylindrical-coordinate representation of color #E079AC: hue angle of 330.29º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E079AC is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 172 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.12 |
| HSL | 330.29º | 0.62% | 0.68% | - |
| HSV(B) | 330.29º | 0.46% | 0.88% | - |
| XYZ | 45.02 | 32.5 | 42.93 | - |
| YUV | 157.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 172 | 0 | 0.46 | 0.23 | 0.12 | 330.29 | 0.62 | 0.68 |
| Hex | E0 | 79 | AC | 0 | 2E | 17 | C | 14A | 3E | 44 |
| Octal | 340 | 171 | 254 | 0 | 56 | 27 | 14 | 512 | 76 | 104 |
| Binary | 11100000 | 1111001 | 10101100 | 0 | 101110 | 10111 | 1100 | 101001010 | 111110 | 1000100 |
Color Harmonies of #E079AC
Complementary color
Monochromatic Colors of #E079AC
Black with #E079AC
Text Example
Text Example
White with #E079AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079AC; }
p { color: rgb(224,121,172); }
H1.HeaderClassName
{
color: #E079AC;
}
.AnyTagClassName
{
color: #E079AC;
}
</style>
background-color css
<style>
a { background-color: #E079AC; }
a { background-color: rgb(224,121,172); }
div.DivClassName
{
background-color: #E079AC;
}
.BgClassName
{
background-color: #E079AC;
}
</style>
border-color css
<style>
span { border-color: #E079AC; }
span { border-color: rgb(224,121,172); }
td.TdClassName
{
border-color: #E079AC;
}
.TagClassName
{
border-color: #E079AC;
}
</style>