Shades of Persian Pink #E979AC
Tints of Persian Pink #E979AC
RGB
CMYK
RGB Variations
Color information
#E979AC (or 0xE979AC) is known color: Persian Pink. HEX triplet: E9, 79 and AC. RGB value is (233,121,172). Sum of RGB (Red+Green+Blue) = 233+121+172=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E979AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E979AC is #168653. Grayscale: #A0A0A0. Windows color (decimal): -1476180 or 11303401. OLE color: 11303401.
HSL color Cylindrical-coordinate representation of color #E979AC: hue angle of 332.68º degrees, saturation: 0.72, 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 #E979AC is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 172 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.09 |
| HSL | 332.68º | 0.72% | 0.69% | - |
| HSV(B) | 332.68º | 0.48% | 0.91% | - |
| XYZ | 47.89 | 33.98 | 43.06 | - |
| YUV | 160.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 172 | 0 | 0.48 | 0.26 | 0.09 | 332.68 | 0.72 | 0.69 |
| Hex | E9 | 79 | AC | 0 | 30 | 1A | 9 | 14D | 48 | 45 |
| Octal | 351 | 171 | 254 | 0 | 60 | 32 | 11 | 515 | 110 | 105 |
| Binary | 11101001 | 1111001 | 10101100 | 0 | 110000 | 11010 | 1001 | 101001101 | 1001000 | 1000101 |
Color Harmonies of #E979AC
Complementary color
Monochromatic Colors of #E979AC
Black with #E979AC
Text Example
Text Example
White with #E979AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979AC; }
p { color: rgb(233,121,172); }
H1.HeaderClassName
{
color: #E979AC;
}
.AnyTagClassName
{
color: #E979AC;
}
</style>
background-color css
<style>
a { background-color: #E979AC; }
a { background-color: rgb(233,121,172); }
div.DivClassName
{
background-color: #E979AC;
}
.BgClassName
{
background-color: #E979AC;
}
</style>
border-color css
<style>
span { border-color: #E979AC; }
span { border-color: rgb(233,121,172); }
td.TdClassName
{
border-color: #E979AC;
}
.TagClassName
{
border-color: #E979AC;
}
</style>