Shades of Persian Pink #E977AC
Tints of Persian Pink #E977AC
RGB
CMYK
RGB Variations
Color information
#E977AC (or 0xE977AC) is known color: Persian Pink. HEX triplet: E9, 77 and AC. RGB value is (233,119,172). Sum of RGB (Red+Green+Blue) = 233+119+172=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E977AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E977AC is #168853. Grayscale: #9F9F9F. Windows color (decimal): -1476692 or 11302889. OLE color: 11302889.
HSL color Cylindrical-coordinate representation of color #E977AC: hue angle of 332.11º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E977AC is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 172 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.09 |
| HSL | 332.11º | 0.72% | 0.69% | - |
| HSV(B) | 332.11º | 0.49% | 0.91% | - |
| XYZ | 47.65 | 33.5 | 42.98 | - |
| YUV | 159.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 172 | 0 | 0.49 | 0.26 | 0.09 | 332.11 | 0.72 | 0.69 |
| Hex | E9 | 77 | AC | 0 | 31 | 1A | 9 | 14C | 48 | 45 |
| Octal | 351 | 167 | 254 | 0 | 61 | 32 | 11 | 514 | 110 | 105 |
| Binary | 11101001 | 1110111 | 10101100 | 0 | 110001 | 11010 | 1001 | 101001100 | 1001000 | 1000101 |
Color Harmonies of #E977AC
Complementary color
Monochromatic Colors of #E977AC
Black with #E977AC
Text Example
Text Example
White with #E977AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977AC; }
p { color: rgb(233,119,172); }
H1.HeaderClassName
{
color: #E977AC;
}
.AnyTagClassName
{
color: #E977AC;
}
</style>
background-color css
<style>
a { background-color: #E977AC; }
a { background-color: rgb(233,119,172); }
div.DivClassName
{
background-color: #E977AC;
}
.BgClassName
{
background-color: #E977AC;
}
</style>
border-color css
<style>
span { border-color: #E977AC; }
span { border-color: rgb(233,119,172); }
td.TdClassName
{
border-color: #E977AC;
}
.TagClassName
{
border-color: #E977AC;
}
</style>