Shades of Persian Pink #E976C5
Tints of Persian Pink #E976C5
RGB
CMYK
RGB Variations
Color information
#E976C5 (or 0xE976C5) is known color: Persian Pink. HEX triplet: E9, 76 and C5. RGB value is (233,118,197). Sum of RGB (Red+Green+Blue) = 233+118+197=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E976C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976C5 is #16893A. Grayscale: #A1A1A1. Windows color (decimal): -1476923 or 12941033. OLE color: 12941033.
HSL color Cylindrical-coordinate representation of color #E976C5: hue angle of 318.78º 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 #E976C5 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 197 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.09 |
| HSL | 318.78º | 0.72% | 0.69% | - |
| HSV(B) | 318.78º | 0.49% | 0.91% | - |
| XYZ | 50.16 | 34.31 | 56.8 | - |
| YUV | 161.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 197 | 0 | 0.49 | 0.15 | 0.09 | 318.78 | 0.72 | 0.69 |
| Hex | E9 | 76 | C5 | 0 | 31 | F | 9 | 13F | 48 | 45 |
| Octal | 351 | 166 | 305 | 0 | 61 | 17 | 11 | 477 | 110 | 105 |
| Binary | 11101001 | 1110110 | 11000101 | 0 | 110001 | 1111 | 1001 | 100111111 | 1001000 | 1000101 |
Color Harmonies of #E976C5
Complementary color
Monochromatic Colors of #E976C5
Black with #E976C5
Text Example
Text Example
White with #E976C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976C5; }
p { color: rgb(233,118,197); }
H1.HeaderClassName
{
color: #E976C5;
}
.AnyTagClassName
{
color: #E976C5;
}
</style>
background-color css
<style>
a { background-color: #E976C5; }
a { background-color: rgb(233,118,197); }
div.DivClassName
{
background-color: #E976C5;
}
.BgClassName
{
background-color: #E976C5;
}
</style>
border-color css
<style>
span { border-color: #E976C5; }
span { border-color: rgb(233,118,197); }
td.TdClassName
{
border-color: #E976C5;
}
.TagClassName
{
border-color: #E976C5;
}
</style>