Shades of Persian Pink #E976B7
Tints of Persian Pink #E976B7
RGB
CMYK
RGB Variations
Color information
#E976B7 (or 0xE976B7) is known color: Persian Pink. HEX triplet: E9, 76 and B7. RGB value is (233,118,183). Sum of RGB (Red+Green+Blue) = 233+118+183=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E976B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976B7 is #168948. Grayscale: #9F9F9F. Windows color (decimal): -1476937 or 12023529. OLE color: 12023529.
HSL color Cylindrical-coordinate representation of color #E976B7: hue angle of 326.09º 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 #E976B7 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 183 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.09 |
| HSL | 326.09º | 0.72% | 0.69% | - |
| HSV(B) | 326.09º | 0.49% | 0.91% | - |
| XYZ | 48.63 | 33.7 | 48.74 | - |
| YUV | 159.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 183 | 0 | 0.49 | 0.21 | 0.09 | 326.09 | 0.72 | 0.69 |
| Hex | E9 | 76 | B7 | 0 | 31 | 15 | 9 | 146 | 48 | 45 |
| Octal | 351 | 166 | 267 | 0 | 61 | 25 | 11 | 506 | 110 | 105 |
| Binary | 11101001 | 1110110 | 10110111 | 0 | 110001 | 10101 | 1001 | 101000110 | 1001000 | 1000101 |
Color Harmonies of #E976B7
Complementary color
Monochromatic Colors of #E976B7
Black with #E976B7
Text Example
Text Example
White with #E976B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976B7; }
p { color: rgb(233,118,183); }
H1.HeaderClassName
{
color: #E976B7;
}
.AnyTagClassName
{
color: #E976B7;
}
</style>
background-color css
<style>
a { background-color: #E976B7; }
a { background-color: rgb(233,118,183); }
div.DivClassName
{
background-color: #E976B7;
}
.BgClassName
{
background-color: #E976B7;
}
</style>
border-color css
<style>
span { border-color: #E976B7; }
span { border-color: rgb(233,118,183); }
td.TdClassName
{
border-color: #E976B7;
}
.TagClassName
{
border-color: #E976B7;
}
</style>