Shades of Persian Pink #E979C5
Tints of Persian Pink #E979C5
RGB
CMYK
RGB Variations
Color information
#E979C5 (or 0xE979C5) is known color: Persian Pink. HEX triplet: E9, 79 and C5. RGB value is (233,121,197). Sum of RGB (Red+Green+Blue) = 233+121+197=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E979C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979C5 is #16863A. Grayscale: #A2A2A2. Windows color (decimal): -1476155 or 12941801. OLE color: 12941801.
HSL color Cylindrical-coordinate representation of color #E979C5: hue angle of 319.29º 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 #E979C5 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 197 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.09 |
| HSL | 319.29º | 0.72% | 0.69% | - |
| HSV(B) | 319.29º | 0.48% | 0.91% | - |
| XYZ | 50.52 | 35.03 | 56.92 | - |
| YUV | 163.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 197 | 0 | 0.48 | 0.15 | 0.09 | 319.29 | 0.72 | 0.69 |
| Hex | E9 | 79 | C5 | 0 | 30 | F | 9 | 13F | 48 | 45 |
| Octal | 351 | 171 | 305 | 0 | 60 | 17 | 11 | 477 | 110 | 105 |
| Binary | 11101001 | 1111001 | 11000101 | 0 | 110000 | 1111 | 1001 | 100111111 | 1001000 | 1000101 |
Color Harmonies of #E979C5
Complementary color
Monochromatic Colors of #E979C5
Black with #E979C5
Text Example
Text Example
White with #E979C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979C5; }
p { color: rgb(233,121,197); }
H1.HeaderClassName
{
color: #E979C5;
}
.AnyTagClassName
{
color: #E979C5;
}
</style>
background-color css
<style>
a { background-color: #E979C5; }
a { background-color: rgb(233,121,197); }
div.DivClassName
{
background-color: #E979C5;
}
.BgClassName
{
background-color: #E979C5;
}
</style>
border-color css
<style>
span { border-color: #E979C5; }
span { border-color: rgb(233,121,197); }
td.TdClassName
{
border-color: #E979C5;
}
.TagClassName
{
border-color: #E979C5;
}
</style>