Shades of Persian Pink #E979BB
Tints of Persian Pink #E979BB
RGB
CMYK
RGB Variations
Color information
#E979BB (or 0xE979BB) is known color: Persian Pink. HEX triplet: E9, 79 and BB. RGB value is (233,121,187). Sum of RGB (Red+Green+Blue) = 233+121+187=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E979BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979BB is #168644. Grayscale: #A1A1A1. Windows color (decimal): -1476165 or 12286441. OLE color: 12286441.
HSL color Cylindrical-coordinate representation of color #E979BB: hue angle of 324.64º 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 #E979BB is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 187 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.09 |
| HSL | 324.64º | 0.72% | 0.69% | - |
| HSV(B) | 324.64º | 0.48% | 0.91% | - |
| XYZ | 49.41 | 34.59 | 51.09 | - |
| YUV | 162.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 187 | 0 | 0.48 | 0.20 | 0.09 | 324.64 | 0.72 | 0.69 |
| Hex | E9 | 79 | BB | 0 | 30 | 14 | 9 | 145 | 48 | 45 |
| Octal | 351 | 171 | 273 | 0 | 60 | 24 | 11 | 505 | 110 | 105 |
| Binary | 11101001 | 1111001 | 10111011 | 0 | 110000 | 10100 | 1001 | 101000101 | 1001000 | 1000101 |
Color Harmonies of #E979BB
Complementary color
Monochromatic Colors of #E979BB
Black with #E979BB
Text Example
Text Example
White with #E979BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979BB; }
p { color: rgb(233,121,187); }
H1.HeaderClassName
{
color: #E979BB;
}
.AnyTagClassName
{
color: #E979BB;
}
</style>
background-color css
<style>
a { background-color: #E979BB; }
a { background-color: rgb(233,121,187); }
div.DivClassName
{
background-color: #E979BB;
}
.BgClassName
{
background-color: #E979BB;
}
</style>
border-color css
<style>
span { border-color: #E979BB; }
span { border-color: rgb(233,121,187); }
td.TdClassName
{
border-color: #E979BB;
}
.TagClassName
{
border-color: #E979BB;
}
</style>