Shades of Persian Pink #E978C4
Tints of Persian Pink #E978C4
RGB
CMYK
RGB Variations
Color information
#E978C4 (or 0xE978C4) is known color: Persian Pink. HEX triplet: E9, 78 and C4. RGB value is (233,120,196). Sum of RGB (Red+Green+Blue) = 233+120+196=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E978C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978C4 is #16873B. Grayscale: #A2A2A2. Windows color (decimal): -1476412 or 12876009. OLE color: 12876009.
HSL color Cylindrical-coordinate representation of color #E978C4: hue angle of 319.65º 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 #E978C4 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 196 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.09 |
| HSL | 319.65º | 0.72% | 0.69% | - |
| HSV(B) | 319.65º | 0.48% | 0.91% | - |
| XYZ | 50.28 | 34.74 | 56.28 | - |
| YUV | 162.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 196 | 0 | 0.48 | 0.16 | 0.09 | 319.65 | 0.72 | 0.69 |
| Hex | E9 | 78 | C4 | 0 | 30 | 10 | 9 | 140 | 48 | 45 |
| Octal | 351 | 170 | 304 | 0 | 60 | 20 | 11 | 500 | 110 | 105 |
| Binary | 11101001 | 1111000 | 11000100 | 0 | 110000 | 10000 | 1001 | 101000000 | 1001000 | 1000101 |
Color Harmonies of #E978C4
Complementary color
Monochromatic Colors of #E978C4
Black with #E978C4
Text Example
Text Example
White with #E978C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978C4; }
p { color: rgb(233,120,196); }
H1.HeaderClassName
{
color: #E978C4;
}
.AnyTagClassName
{
color: #E978C4;
}
</style>
background-color css
<style>
a { background-color: #E978C4; }
a { background-color: rgb(233,120,196); }
div.DivClassName
{
background-color: #E978C4;
}
.BgClassName
{
background-color: #E978C4;
}
</style>
border-color css
<style>
span { border-color: #E978C4; }
span { border-color: rgb(233,120,196); }
td.TdClassName
{
border-color: #E978C4;
}
.TagClassName
{
border-color: #E978C4;
}
</style>