Shades of Persian Pink #E976C7
Tints of Persian Pink #E976C7
RGB
CMYK
RGB Variations
Color information
#E976C7 (or 0xE976C7) is known color: Persian Pink. HEX triplet: E9, 76 and C7. RGB value is (233,118,199). Sum of RGB (Red+Green+Blue) = 233+118+199=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E976C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976C7 is #168938. Grayscale: #A1A1A1. Windows color (decimal): -1476921 or 13072105. OLE color: 13072105.
HSL color Cylindrical-coordinate representation of color #E976C7: hue angle of 317.74º 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 #E976C7 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 199 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.09 |
| HSL | 317.74º | 0.72% | 0.69% | - |
| HSV(B) | 317.74º | 0.49% | 0.91% | - |
| XYZ | 50.39 | 34.4 | 58.02 | - |
| YUV | 161.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 199 | 0 | 0.49 | 0.15 | 0.09 | 317.74 | 0.72 | 0.69 |
| Hex | E9 | 76 | C7 | 0 | 31 | F | 9 | 13E | 48 | 45 |
| Octal | 351 | 166 | 307 | 0 | 61 | 17 | 11 | 476 | 110 | 105 |
| Binary | 11101001 | 1110110 | 11000111 | 0 | 110001 | 1111 | 1001 | 100111110 | 1001000 | 1000101 |
Color Harmonies of #E976C7
Complementary color
Monochromatic Colors of #E976C7
Black with #E976C7
Text Example
Text Example
White with #E976C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976C7; }
p { color: rgb(233,118,199); }
H1.HeaderClassName
{
color: #E976C7;
}
.AnyTagClassName
{
color: #E976C7;
}
</style>
background-color css
<style>
a { background-color: #E976C7; }
a { background-color: rgb(233,118,199); }
div.DivClassName
{
background-color: #E976C7;
}
.BgClassName
{
background-color: #E976C7;
}
</style>
border-color css
<style>
span { border-color: #E976C7; }
span { border-color: rgb(233,118,199); }
td.TdClassName
{
border-color: #E976C7;
}
.TagClassName
{
border-color: #E976C7;
}
</style>