Shades of Persian Pink #E976BA
Tints of Persian Pink #E976BA
RGB
CMYK
RGB Variations
Color information
#E976BA (or 0xE976BA) is known color: Persian Pink. HEX triplet: E9, 76 and BA. RGB value is (233,118,186). Sum of RGB (Red+Green+Blue) = 233+118+186=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E976BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976BA is #168945. Grayscale: #9F9F9F. Windows color (decimal): -1476934 or 12220137. OLE color: 12220137.
HSL color Cylindrical-coordinate representation of color #E976BA: hue angle of 324.52º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E976BA is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 186 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.09 |
| HSL | 324.52º | 0.72% | 0.69% | - |
| HSV(B) | 324.52º | 0.49% | 0.91% | - |
| XYZ | 48.95 | 33.83 | 50.4 | - |
| YUV | 160.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 186 | 0 | 0.49 | 0.20 | 0.09 | 324.52 | 0.72 | 0.69 |
| Hex | E9 | 76 | BA | 0 | 31 | 14 | 9 | 145 | 48 | 45 |
| Octal | 351 | 166 | 272 | 0 | 61 | 24 | 11 | 505 | 110 | 105 |
| Binary | 11101001 | 1110110 | 10111010 | 0 | 110001 | 10100 | 1001 | 101000101 | 1001000 | 1000101 |
Color Harmonies of #E976BA
Complementary color
Monochromatic Colors of #E976BA
Black with #E976BA
Text Example
Text Example
White with #E976BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976BA; }
p { color: rgb(233,118,186); }
H1.HeaderClassName
{
color: #E976BA;
}
.AnyTagClassName
{
color: #E976BA;
}
</style>
background-color css
<style>
a { background-color: #E976BA; }
a { background-color: rgb(233,118,186); }
div.DivClassName
{
background-color: #E976BA;
}
.BgClassName
{
background-color: #E976BA;
}
</style>
border-color css
<style>
span { border-color: #E976BA; }
span { border-color: rgb(233,118,186); }
td.TdClassName
{
border-color: #E976BA;
}
.TagClassName
{
border-color: #E976BA;
}
</style>