Shades of Persian Pink #E976B3
Tints of Persian Pink #E976B3
RGB
CMYK
RGB Variations
Color information
#E976B3 (or 0xE976B3) is known color: Persian Pink. HEX triplet: E9, 76 and B3. RGB value is (233,118,179). Sum of RGB (Red+Green+Blue) = 233+118+179=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E976B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976B3 is #16894C. Grayscale: #9F9F9F. Windows color (decimal): -1476941 or 11761385. OLE color: 11761385.
HSL color Cylindrical-coordinate representation of color #E976B3: hue angle of 328.17º 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 #E976B3 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 179 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.09 |
| HSL | 328.17º | 0.72% | 0.69% | - |
| HSV(B) | 328.17º | 0.49% | 0.91% | - |
| XYZ | 48.22 | 33.54 | 46.58 | - |
| YUV | 159.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 179 | 0 | 0.49 | 0.23 | 0.09 | 328.17 | 0.72 | 0.69 |
| Hex | E9 | 76 | B3 | 0 | 31 | 17 | 9 | 148 | 48 | 45 |
| Octal | 351 | 166 | 263 | 0 | 61 | 27 | 11 | 510 | 110 | 105 |
| Binary | 11101001 | 1110110 | 10110011 | 0 | 110001 | 10111 | 1001 | 101001000 | 1001000 | 1000101 |
Color Harmonies of #E976B3
Complementary color
Monochromatic Colors of #E976B3
Black with #E976B3
Text Example
Text Example
White with #E976B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976B3; }
p { color: rgb(233,118,179); }
H1.HeaderClassName
{
color: #E976B3;
}
.AnyTagClassName
{
color: #E976B3;
}
</style>
background-color css
<style>
a { background-color: #E976B3; }
a { background-color: rgb(233,118,179); }
div.DivClassName
{
background-color: #E976B3;
}
.BgClassName
{
background-color: #E976B3;
}
</style>
border-color css
<style>
span { border-color: #E976B3; }
span { border-color: rgb(233,118,179); }
td.TdClassName
{
border-color: #E976B3;
}
.TagClassName
{
border-color: #E976B3;
}
</style>