Shades of Persian Pink #E979AD
Tints of Persian Pink #E979AD
RGB
CMYK
RGB Variations
Color information
#E979AD (or 0xE979AD) is known color: Persian Pink. HEX triplet: E9, 79 and AD. RGB value is (233,121,173). Sum of RGB (Red+Green+Blue) = 233+121+173=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E979AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E979AD is #168652. Grayscale: #A0A0A0. Windows color (decimal): -1476179 or 11368937. OLE color: 11368937.
HSL color Cylindrical-coordinate representation of color #E979AD: hue angle of 332.14º 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 #E979AD is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 173 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.09 |
| HSL | 332.14º | 0.72% | 0.69% | - |
| HSV(B) | 332.14º | 0.48% | 0.91% | - |
| XYZ | 47.98 | 34.02 | 43.57 | - |
| YUV | 160.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 173 | 0 | 0.48 | 0.26 | 0.09 | 332.14 | 0.72 | 0.69 |
| Hex | E9 | 79 | AD | 0 | 30 | 1A | 9 | 14C | 48 | 45 |
| Octal | 351 | 171 | 255 | 0 | 60 | 32 | 11 | 514 | 110 | 105 |
| Binary | 11101001 | 1111001 | 10101101 | 0 | 110000 | 11010 | 1001 | 101001100 | 1001000 | 1000101 |
Color Harmonies of #E979AD
Complementary color
Monochromatic Colors of #E979AD
Black with #E979AD
Text Example
Text Example
White with #E979AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979AD; }
p { color: rgb(233,121,173); }
H1.HeaderClassName
{
color: #E979AD;
}
.AnyTagClassName
{
color: #E979AD;
}
</style>
background-color css
<style>
a { background-color: #E979AD; }
a { background-color: rgb(233,121,173); }
div.DivClassName
{
background-color: #E979AD;
}
.BgClassName
{
background-color: #E979AD;
}
</style>
border-color css
<style>
span { border-color: #E979AD; }
span { border-color: rgb(233,121,173); }
td.TdClassName
{
border-color: #E979AD;
}
.TagClassName
{
border-color: #E979AD;
}
</style>