Shades of Persian Pink #E976C2
Tints of Persian Pink #E976C2
RGB
CMYK
RGB Variations
Color information
#E976C2 (or 0xE976C2) is known color: Persian Pink. HEX triplet: E9, 76 and C2. RGB value is (233,118,194). Sum of RGB (Red+Green+Blue) = 233+118+194=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E976C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976C2 is #16893D. Grayscale: #A0A0A0. Windows color (decimal): -1476926 or 12744425. OLE color: 12744425.
HSL color Cylindrical-coordinate representation of color #E976C2: hue angle of 320.35º 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 #E976C2 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 194 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.09 |
| HSL | 320.35º | 0.72% | 0.69% | - |
| HSV(B) | 320.35º | 0.49% | 0.91% | - |
| XYZ | 49.82 | 34.18 | 55.01 | - |
| YUV | 161.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 194 | 0 | 0.49 | 0.17 | 0.09 | 320.35 | 0.72 | 0.69 |
| Hex | E9 | 76 | C2 | 0 | 31 | 11 | 9 | 140 | 48 | 45 |
| Octal | 351 | 166 | 302 | 0 | 61 | 21 | 11 | 500 | 110 | 105 |
| Binary | 11101001 | 1110110 | 11000010 | 0 | 110001 | 10001 | 1001 | 101000000 | 1001000 | 1000101 |
Color Harmonies of #E976C2
Complementary color
Monochromatic Colors of #E976C2
Black with #E976C2
Text Example
Text Example
White with #E976C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976C2; }
p { color: rgb(233,118,194); }
H1.HeaderClassName
{
color: #E976C2;
}
.AnyTagClassName
{
color: #E976C2;
}
</style>
background-color css
<style>
a { background-color: #E976C2; }
a { background-color: rgb(233,118,194); }
div.DivClassName
{
background-color: #E976C2;
}
.BgClassName
{
background-color: #E976C2;
}
</style>
border-color css
<style>
span { border-color: #E976C2; }
span { border-color: rgb(233,118,194); }
td.TdClassName
{
border-color: #E976C2;
}
.TagClassName
{
border-color: #E976C2;
}
</style>