Shades of Persian Pink #E879AC
Tints of Persian Pink #E879AC
RGB
CMYK
RGB Variations
Color information
#E879AC (or 0xE879AC) is known color: Persian Pink. HEX triplet: E8, 79 and AC. RGB value is (232,121,172). Sum of RGB (Red+Green+Blue) = 232+121+172=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E879AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E879AC is #178653. Grayscale: #9F9F9F. Windows color (decimal): -1541716 or 11303400. OLE color: 11303400.
HSL color Cylindrical-coordinate representation of color #E879AC: hue angle of 332.43º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E879AC is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 172 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.09 |
| HSL | 332.43º | 0.71% | 0.69% | - |
| HSV(B) | 332.43º | 0.48% | 0.91% | - |
| XYZ | 47.56 | 33.81 | 43.05 | - |
| YUV | 160 | 134.77 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 172 | 0 | 0.48 | 0.26 | 0.09 | 332.43 | 0.71 | 0.69 |
| Hex | E8 | 79 | AC | 0 | 30 | 1A | 9 | 14C | 47 | 45 |
| Octal | 350 | 171 | 254 | 0 | 60 | 32 | 11 | 514 | 107 | 105 |
| Binary | 11101000 | 1111001 | 10101100 | 0 | 110000 | 11010 | 1001 | 101001100 | 1000111 | 1000101 |
Color Harmonies of #E879AC
Complementary color
Monochromatic Colors of #E879AC
Black with #E879AC
Text Example
Text Example
White with #E879AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E879AC; }
p { color: rgb(232,121,172); }
H1.HeaderClassName
{
color: #E879AC;
}
.AnyTagClassName
{
color: #E879AC;
}
</style>
background-color css
<style>
a { background-color: #E879AC; }
a { background-color: rgb(232,121,172); }
div.DivClassName
{
background-color: #E879AC;
}
.BgClassName
{
background-color: #E879AC;
}
</style>
border-color css
<style>
span { border-color: #E879AC; }
span { border-color: rgb(232,121,172); }
td.TdClassName
{
border-color: #E879AC;
}
.TagClassName
{
border-color: #E879AC;
}
</style>