Shades of Persian Pink #E97AAC
Tints of Persian Pink #E97AAC
RGB
CMYK
RGB Variations
Color information
#E97AAC (or 0xE97AAC) is known color: Persian Pink. HEX triplet: E9, 7A and AC. RGB value is (233,122,172). Sum of RGB (Red+Green+Blue) = 233+122+172=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97AAC is #168553. Grayscale: #A0A0A0. Windows color (decimal): -1475924 or 11303657. OLE color: 11303657.
HSL color Cylindrical-coordinate representation of color #E97AAC: hue angle of 332.97º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97AAC is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 172 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.09 |
| HSL | 332.97º | 0.72% | 0.7% | - |
| HSV(B) | 332.97º | 0.48% | 0.91% | - |
| XYZ | 48.01 | 34.22 | 43.1 | - |
| YUV | 160.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 172 | 0 | 0.48 | 0.26 | 0.09 | 332.97 | 0.72 | 0.7 |
| Hex | E9 | 7A | AC | 0 | 30 | 1A | 9 | 14D | 48 | 46 |
| Octal | 351 | 172 | 254 | 0 | 60 | 32 | 11 | 515 | 110 | 106 |
| Binary | 11101001 | 1111010 | 10101100 | 0 | 110000 | 11010 | 1001 | 101001101 | 1001000 | 1000110 |
Color Harmonies of #E97AAC
Complementary color
Monochromatic Colors of #E97AAC
Black with #E97AAC
Text Example
Text Example
White with #E97AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97AAC; }
p { color: rgb(233,122,172); }
H1.HeaderClassName
{
color: #E97AAC;
}
.AnyTagClassName
{
color: #E97AAC;
}
</style>
background-color css
<style>
a { background-color: #E97AAC; }
a { background-color: rgb(233,122,172); }
div.DivClassName
{
background-color: #E97AAC;
}
.BgClassName
{
background-color: #E97AAC;
}
</style>
border-color css
<style>
span { border-color: #E97AAC; }
span { border-color: rgb(233,122,172); }
td.TdClassName
{
border-color: #E97AAC;
}
.TagClassName
{
border-color: #E97AAC;
}
</style>