Shades of Persian Pink #E978C5
Tints of Persian Pink #E978C5
RGB
CMYK
RGB Variations
Color information
#E978C5 (or 0xE978C5) is known color: Persian Pink. HEX triplet: E9, 78 and C5. RGB value is (233,120,197). Sum of RGB (Red+Green+Blue) = 233+120+197=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E978C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978C5 is #16873A. Grayscale: #A2A2A2. Windows color (decimal): -1476411 or 12941545. OLE color: 12941545.
HSL color Cylindrical-coordinate representation of color #E978C5: hue angle of 319.12º 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 #E978C5 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 197 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.09 |
| HSL | 319.12º | 0.72% | 0.69% | - |
| HSV(B) | 319.12º | 0.48% | 0.91% | - |
| XYZ | 50.4 | 34.79 | 56.88 | - |
| YUV | 162.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 197 | 0 | 0.48 | 0.15 | 0.09 | 319.12 | 0.72 | 0.69 |
| Hex | E9 | 78 | C5 | 0 | 30 | F | 9 | 13F | 48 | 45 |
| Octal | 351 | 170 | 305 | 0 | 60 | 17 | 11 | 477 | 110 | 105 |
| Binary | 11101001 | 1111000 | 11000101 | 0 | 110000 | 1111 | 1001 | 100111111 | 1001000 | 1000101 |
Color Harmonies of #E978C5
Complementary color
Monochromatic Colors of #E978C5
Black with #E978C5
Text Example
Text Example
White with #E978C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978C5; }
p { color: rgb(233,120,197); }
H1.HeaderClassName
{
color: #E978C5;
}
.AnyTagClassName
{
color: #E978C5;
}
</style>
background-color css
<style>
a { background-color: #E978C5; }
a { background-color: rgb(233,120,197); }
div.DivClassName
{
background-color: #E978C5;
}
.BgClassName
{
background-color: #E978C5;
}
</style>
border-color css
<style>
span { border-color: #E978C5; }
span { border-color: rgb(233,120,197); }
td.TdClassName
{
border-color: #E978C5;
}
.TagClassName
{
border-color: #E978C5;
}
</style>