Shades of Persian Pink #E978AC
Tints of Persian Pink #E978AC
RGB
CMYK
RGB Variations
Color information
#E978AC (or 0xE978AC) is known color: Persian Pink. HEX triplet: E9, 78 and AC. RGB value is (233,120,172). Sum of RGB (Red+Green+Blue) = 233+120+172=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E978AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E978AC is #168753. Grayscale: #9F9F9F. Windows color (decimal): -1476436 or 11303145. OLE color: 11303145.
HSL color Cylindrical-coordinate representation of color #E978AC: hue angle of 332.39º 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 #E978AC is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 172 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.09 |
| HSL | 332.39º | 0.72% | 0.69% | - |
| HSV(B) | 332.39º | 0.48% | 0.91% | - |
| XYZ | 47.77 | 33.74 | 43.02 | - |
| YUV | 159.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 172 | 0 | 0.48 | 0.26 | 0.09 | 332.39 | 0.72 | 0.69 |
| Hex | E9 | 78 | AC | 0 | 30 | 1A | 9 | 14C | 48 | 45 |
| Octal | 351 | 170 | 254 | 0 | 60 | 32 | 11 | 514 | 110 | 105 |
| Binary | 11101001 | 1111000 | 10101100 | 0 | 110000 | 11010 | 1001 | 101001100 | 1001000 | 1000101 |
Color Harmonies of #E978AC
Complementary color
Monochromatic Colors of #E978AC
Black with #E978AC
Text Example
Text Example
White with #E978AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978AC; }
p { color: rgb(233,120,172); }
H1.HeaderClassName
{
color: #E978AC;
}
.AnyTagClassName
{
color: #E978AC;
}
</style>
background-color css
<style>
a { background-color: #E978AC; }
a { background-color: rgb(233,120,172); }
div.DivClassName
{
background-color: #E978AC;
}
.BgClassName
{
background-color: #E978AC;
}
</style>
border-color css
<style>
span { border-color: #E978AC; }
span { border-color: rgb(233,120,172); }
td.TdClassName
{
border-color: #E978AC;
}
.TagClassName
{
border-color: #E978AC;
}
</style>