Shades of Persian Pink #E979B0
Tints of Persian Pink #E979B0
RGB
CMYK
RGB Variations
Color information
#E979B0 (or 0xE979B0) is known color: Persian Pink. HEX triplet: E9, 79 and B0. RGB value is (233,121,176). Sum of RGB (Red+Green+Blue) = 233+121+176=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E979B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E979B0 is #16864F. Grayscale: #A0A0A0. Windows color (decimal): -1476176 or 11565545. OLE color: 11565545.
HSL color Cylindrical-coordinate representation of color #E979B0: hue angle of 330.54º 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 #E979B0 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 176 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.09 |
| HSL | 330.54º | 0.72% | 0.69% | - |
| HSV(B) | 330.54º | 0.48% | 0.91% | - |
| XYZ | 48.28 | 34.13 | 45.12 | - |
| YUV | 160.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 176 | 0 | 0.48 | 0.24 | 0.09 | 330.54 | 0.72 | 0.69 |
| Hex | E9 | 79 | B0 | 0 | 30 | 18 | 9 | 14B | 48 | 45 |
| Octal | 351 | 171 | 260 | 0 | 60 | 30 | 11 | 513 | 110 | 105 |
| Binary | 11101001 | 1111001 | 10110000 | 0 | 110000 | 11000 | 1001 | 101001011 | 1001000 | 1000101 |
Color Harmonies of #E979B0
Complementary color
Monochromatic Colors of #E979B0
Black with #E979B0
Text Example
Text Example
White with #E979B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979B0; }
p { color: rgb(233,121,176); }
H1.HeaderClassName
{
color: #E979B0;
}
.AnyTagClassName
{
color: #E979B0;
}
</style>
background-color css
<style>
a { background-color: #E979B0; }
a { background-color: rgb(233,121,176); }
div.DivClassName
{
background-color: #E979B0;
}
.BgClassName
{
background-color: #E979B0;
}
</style>
border-color css
<style>
span { border-color: #E979B0; }
span { border-color: rgb(233,121,176); }
td.TdClassName
{
border-color: #E979B0;
}
.TagClassName
{
border-color: #E979B0;
}
</style>