Shades of Persian Pink #E976B8
Tints of Persian Pink #E976B8
RGB
CMYK
RGB Variations
Color information
#E976B8 (or 0xE976B8) is known color: Persian Pink. HEX triplet: E9, 76 and B8. RGB value is (233,118,184). Sum of RGB (Red+Green+Blue) = 233+118+184=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E976B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976B8 is #168947. Grayscale: #9F9F9F. Windows color (decimal): -1476936 or 12089065. OLE color: 12089065.
HSL color Cylindrical-coordinate representation of color #E976B8: hue angle of 325.57º 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 #E976B8 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 184 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.09 |
| HSL | 325.57º | 0.72% | 0.69% | - |
| HSV(B) | 325.57º | 0.49% | 0.91% | - |
| XYZ | 48.73 | 33.74 | 49.29 | - |
| YUV | 159.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 184 | 0 | 0.49 | 0.21 | 0.09 | 325.57 | 0.72 | 0.69 |
| Hex | E9 | 76 | B8 | 0 | 31 | 15 | 9 | 146 | 48 | 45 |
| Octal | 351 | 166 | 270 | 0 | 61 | 25 | 11 | 506 | 110 | 105 |
| Binary | 11101001 | 1110110 | 10111000 | 0 | 110001 | 10101 | 1001 | 101000110 | 1001000 | 1000101 |
Color Harmonies of #E976B8
Complementary color
Monochromatic Colors of #E976B8
Black with #E976B8
Text Example
Text Example
White with #E976B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976B8; }
p { color: rgb(233,118,184); }
H1.HeaderClassName
{
color: #E976B8;
}
.AnyTagClassName
{
color: #E976B8;
}
</style>
background-color css
<style>
a { background-color: #E976B8; }
a { background-color: rgb(233,118,184); }
div.DivClassName
{
background-color: #E976B8;
}
.BgClassName
{
background-color: #E976B8;
}
</style>
border-color css
<style>
span { border-color: #E976B8; }
span { border-color: rgb(233,118,184); }
td.TdClassName
{
border-color: #E976B8;
}
.TagClassName
{
border-color: #E976B8;
}
</style>