Shades of Persian Pink #E978AD
Tints of Persian Pink #E978AD
RGB
CMYK
RGB Variations
Color information
#E978AD (or 0xE978AD) is known color: Persian Pink. HEX triplet: E9, 78 and AD. RGB value is (233,120,173). Sum of RGB (Red+Green+Blue) = 233+120+173=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E978AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E978AD is #168752. Grayscale: #9F9F9F. Windows color (decimal): -1476435 or 11368681. OLE color: 11368681.
HSL color Cylindrical-coordinate representation of color #E978AD: hue angle of 331.86º 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 #E978AD is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 173 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.09 |
| HSL | 331.86º | 0.72% | 0.69% | - |
| HSV(B) | 331.86º | 0.48% | 0.91% | - |
| XYZ | 47.86 | 33.77 | 43.53 | - |
| YUV | 159.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 173 | 0 | 0.48 | 0.26 | 0.09 | 331.86 | 0.72 | 0.69 |
| Hex | E9 | 78 | AD | 0 | 30 | 1A | 9 | 14C | 48 | 45 |
| Octal | 351 | 170 | 255 | 0 | 60 | 32 | 11 | 514 | 110 | 105 |
| Binary | 11101001 | 1111000 | 10101101 | 0 | 110000 | 11010 | 1001 | 101001100 | 1001000 | 1000101 |
Color Harmonies of #E978AD
Complementary color
Monochromatic Colors of #E978AD
Black with #E978AD
Text Example
Text Example
White with #E978AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978AD; }
p { color: rgb(233,120,173); }
H1.HeaderClassName
{
color: #E978AD;
}
.AnyTagClassName
{
color: #E978AD;
}
</style>
background-color css
<style>
a { background-color: #E978AD; }
a { background-color: rgb(233,120,173); }
div.DivClassName
{
background-color: #E978AD;
}
.BgClassName
{
background-color: #E978AD;
}
</style>
border-color css
<style>
span { border-color: #E978AD; }
span { border-color: rgb(233,120,173); }
td.TdClassName
{
border-color: #E978AD;
}
.TagClassName
{
border-color: #E978AD;
}
</style>