Shades of Persian Pink #E979C1
Tints of Persian Pink #E979C1
RGB
CMYK
RGB Variations
Color information
#E979C1 (or 0xE979C1) is known color: Persian Pink. HEX triplet: E9, 79 and C1. RGB value is (233,121,193). Sum of RGB (Red+Green+Blue) = 233+121+193=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E979C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979C1 is #16863E. Grayscale: #A2A2A2. Windows color (decimal): -1476159 or 12679657. OLE color: 12679657.
HSL color Cylindrical-coordinate representation of color #E979C1: hue angle of 321.43º 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 #E979C1 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 193 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.09 |
| HSL | 321.43º | 0.72% | 0.69% | - |
| HSV(B) | 321.43º | 0.48% | 0.91% | - |
| XYZ | 50.07 | 34.85 | 54.54 | - |
| YUV | 162.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 193 | 0 | 0.48 | 0.17 | 0.09 | 321.43 | 0.72 | 0.69 |
| Hex | E9 | 79 | C1 | 0 | 30 | 11 | 9 | 141 | 48 | 45 |
| Octal | 351 | 171 | 301 | 0 | 60 | 21 | 11 | 501 | 110 | 105 |
| Binary | 11101001 | 1111001 | 11000001 | 0 | 110000 | 10001 | 1001 | 101000001 | 1001000 | 1000101 |
Color Harmonies of #E979C1
Complementary color
Monochromatic Colors of #E979C1
Black with #E979C1
Text Example
Text Example
White with #E979C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979C1; }
p { color: rgb(233,121,193); }
H1.HeaderClassName
{
color: #E979C1;
}
.AnyTagClassName
{
color: #E979C1;
}
</style>
background-color css
<style>
a { background-color: #E979C1; }
a { background-color: rgb(233,121,193); }
div.DivClassName
{
background-color: #E979C1;
}
.BgClassName
{
background-color: #E979C1;
}
</style>
border-color css
<style>
span { border-color: #E979C1; }
span { border-color: rgb(233,121,193); }
td.TdClassName
{
border-color: #E979C1;
}
.TagClassName
{
border-color: #E979C1;
}
</style>