Shades of Persian Pink #E978B1
Tints of Persian Pink #E978B1
RGB
CMYK
RGB Variations
Color information
#E978B1 (or 0xE978B1) is known color: Persian Pink. HEX triplet: E9, 78 and B1. RGB value is (233,120,177). Sum of RGB (Red+Green+Blue) = 233+120+177=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E978B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E978B1 is #16874E. Grayscale: #A0A0A0. Windows color (decimal): -1476431 or 11630825. OLE color: 11630825.
HSL color Cylindrical-coordinate representation of color #E978B1: hue angle of 329.73º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E978B1 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 177 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.09 |
| HSL | 329.73º | 0.72% | 0.69% | - |
| HSV(B) | 329.73º | 0.48% | 0.91% | - |
| XYZ | 48.26 | 33.93 | 45.6 | - |
| YUV | 160.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 177 | 0 | 0.48 | 0.24 | 0.09 | 329.73 | 0.72 | 0.69 |
| Hex | E9 | 78 | B1 | 0 | 30 | 18 | 9 | 14A | 48 | 45 |
| Octal | 351 | 170 | 261 | 0 | 60 | 30 | 11 | 512 | 110 | 105 |
| Binary | 11101001 | 1111000 | 10110001 | 0 | 110000 | 11000 | 1001 | 101001010 | 1001000 | 1000101 |
Color Harmonies of #E978B1
Complementary color
Monochromatic Colors of #E978B1
Black with #E978B1
Text Example
Text Example
White with #E978B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978B1; }
p { color: rgb(233,120,177); }
H1.HeaderClassName
{
color: #E978B1;
}
.AnyTagClassName
{
color: #E978B1;
}
</style>
background-color css
<style>
a { background-color: #E978B1; }
a { background-color: rgb(233,120,177); }
div.DivClassName
{
background-color: #E978B1;
}
.BgClassName
{
background-color: #E978B1;
}
</style>
border-color css
<style>
span { border-color: #E978B1; }
span { border-color: rgb(233,120,177); }
td.TdClassName
{
border-color: #E978B1;
}
.TagClassName
{
border-color: #E978B1;
}
</style>