Shades of Persian Pink #E978AF
Tints of Persian Pink #E978AF
RGB
CMYK
RGB Variations
Color information
#E978AF (or 0xE978AF) is known color: Persian Pink. HEX triplet: E9, 78 and AF. RGB value is (233,120,175). Sum of RGB (Red+Green+Blue) = 233+120+175=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E978AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E978AF is #168750. Grayscale: #9F9F9F. Windows color (decimal): -1476433 or 11499753. OLE color: 11499753.
HSL color Cylindrical-coordinate representation of color #E978AF: hue angle of 330.8º 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 #E978AF is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 175 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.09 |
| HSL | 330.8º | 0.72% | 0.69% | - |
| HSV(B) | 330.8º | 0.48% | 0.91% | - |
| XYZ | 48.06 | 33.85 | 44.56 | - |
| YUV | 160.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 175 | 0 | 0.48 | 0.25 | 0.09 | 330.8 | 0.72 | 0.69 |
| Hex | E9 | 78 | AF | 0 | 30 | 19 | 9 | 14B | 48 | 45 |
| Octal | 351 | 170 | 257 | 0 | 60 | 31 | 11 | 513 | 110 | 105 |
| Binary | 11101001 | 1111000 | 10101111 | 0 | 110000 | 11001 | 1001 | 101001011 | 1001000 | 1000101 |
Color Harmonies of #E978AF
Complementary color
Monochromatic Colors of #E978AF
Black with #E978AF
Text Example
Text Example
White with #E978AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978AF; }
p { color: rgb(233,120,175); }
H1.HeaderClassName
{
color: #E978AF;
}
.AnyTagClassName
{
color: #E978AF;
}
</style>
background-color css
<style>
a { background-color: #E978AF; }
a { background-color: rgb(233,120,175); }
div.DivClassName
{
background-color: #E978AF;
}
.BgClassName
{
background-color: #E978AF;
}
</style>
border-color css
<style>
span { border-color: #E978AF; }
span { border-color: rgb(233,120,175); }
td.TdClassName
{
border-color: #E978AF;
}
.TagClassName
{
border-color: #E978AF;
}
</style>