Shades of Persian Pink #E979C6
Tints of Persian Pink #E979C6
RGB
CMYK
RGB Variations
Color information
#E979C6 (or 0xE979C6) is known color: Persian Pink. HEX triplet: E9, 79 and C6. RGB value is (233,121,198). Sum of RGB (Red+Green+Blue) = 233+121+198=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E979C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979C6 is #168639. Grayscale: #A3A3A3. Windows color (decimal): -1476154 or 13007337. OLE color: 13007337.
HSL color Cylindrical-coordinate representation of color #E979C6: hue angle of 318.75º 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 #E979C6 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 198 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.09 |
| HSL | 318.75º | 0.72% | 0.69% | - |
| HSV(B) | 318.75º | 0.48% | 0.91% | - |
| XYZ | 50.63 | 35.08 | 57.53 | - |
| YUV | 163.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 198 | 0 | 0.48 | 0.15 | 0.09 | 318.75 | 0.72 | 0.69 |
| Hex | E9 | 79 | C6 | 0 | 30 | F | 9 | 13F | 48 | 45 |
| Octal | 351 | 171 | 306 | 0 | 60 | 17 | 11 | 477 | 110 | 105 |
| Binary | 11101001 | 1111001 | 11000110 | 0 | 110000 | 1111 | 1001 | 100111111 | 1001000 | 1000101 |
Color Harmonies of #E979C6
Complementary color
Monochromatic Colors of #E979C6
Black with #E979C6
Text Example
Text Example
White with #E979C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979C6; }
p { color: rgb(233,121,198); }
H1.HeaderClassName
{
color: #E979C6;
}
.AnyTagClassName
{
color: #E979C6;
}
</style>
background-color css
<style>
a { background-color: #E979C6; }
a { background-color: rgb(233,121,198); }
div.DivClassName
{
background-color: #E979C6;
}
.BgClassName
{
background-color: #E979C6;
}
</style>
border-color css
<style>
span { border-color: #E979C6; }
span { border-color: rgb(233,121,198); }
td.TdClassName
{
border-color: #E979C6;
}
.TagClassName
{
border-color: #E979C6;
}
</style>