Shades of Persian Pink #E978AE
Tints of Persian Pink #E978AE
RGB
CMYK
RGB Variations
Color information
#E978AE (or 0xE978AE) is known color: Persian Pink. HEX triplet: E9, 78 and AE. RGB value is (233,120,174). Sum of RGB (Red+Green+Blue) = 233+120+174=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E978AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E978AE is #168751. Grayscale: #9F9F9F. Windows color (decimal): -1476434 or 11434217. OLE color: 11434217.
HSL color Cylindrical-coordinate representation of color #E978AE: hue angle of 331.33º 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 #E978AE is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 174 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.09 |
| HSL | 331.33º | 0.72% | 0.69% | - |
| HSV(B) | 331.33º | 0.48% | 0.91% | - |
| XYZ | 47.96 | 33.81 | 44.04 | - |
| YUV | 159.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 174 | 0 | 0.48 | 0.25 | 0.09 | 331.33 | 0.72 | 0.69 |
| Hex | E9 | 78 | AE | 0 | 30 | 19 | 9 | 14B | 48 | 45 |
| Octal | 351 | 170 | 256 | 0 | 60 | 31 | 11 | 513 | 110 | 105 |
| Binary | 11101001 | 1111000 | 10101110 | 0 | 110000 | 11001 | 1001 | 101001011 | 1001000 | 1000101 |
Color Harmonies of #E978AE
Complementary color
Monochromatic Colors of #E978AE
Black with #E978AE
Text Example
Text Example
White with #E978AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978AE; }
p { color: rgb(233,120,174); }
H1.HeaderClassName
{
color: #E978AE;
}
.AnyTagClassName
{
color: #E978AE;
}
</style>
background-color css
<style>
a { background-color: #E978AE; }
a { background-color: rgb(233,120,174); }
div.DivClassName
{
background-color: #E978AE;
}
.BgClassName
{
background-color: #E978AE;
}
</style>
border-color css
<style>
span { border-color: #E978AE; }
span { border-color: rgb(233,120,174); }
td.TdClassName
{
border-color: #E978AE;
}
.TagClassName
{
border-color: #E978AE;
}
</style>