Shades of Persian Pink #E978B6
Tints of Persian Pink #E978B6
RGB
CMYK
RGB Variations
Color information
#E978B6 (or 0xE978B6) is known color: Persian Pink. HEX triplet: E9, 78 and B6. RGB value is (233,120,182). Sum of RGB (Red+Green+Blue) = 233+120+182=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E978B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978B6 is #168749. Grayscale: #A0A0A0. Windows color (decimal): -1476426 or 11958505. OLE color: 11958505.
HSL color Cylindrical-coordinate representation of color #E978B6: hue angle of 327.08º 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 #E978B6 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 182 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.09 |
| HSL | 327.08º | 0.72% | 0.69% | - |
| HSV(B) | 327.08º | 0.48% | 0.91% | - |
| XYZ | 48.76 | 34.13 | 48.27 | - |
| YUV | 160.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 182 | 0 | 0.48 | 0.22 | 0.09 | 327.08 | 0.72 | 0.69 |
| Hex | E9 | 78 | B6 | 0 | 30 | 16 | 9 | 147 | 48 | 45 |
| Octal | 351 | 170 | 266 | 0 | 60 | 26 | 11 | 507 | 110 | 105 |
| Binary | 11101001 | 1111000 | 10110110 | 0 | 110000 | 10110 | 1001 | 101000111 | 1001000 | 1000101 |
Color Harmonies of #E978B6
Complementary color
Monochromatic Colors of #E978B6
Black with #E978B6
Text Example
Text Example
White with #E978B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978B6; }
p { color: rgb(233,120,182); }
H1.HeaderClassName
{
color: #E978B6;
}
.AnyTagClassName
{
color: #E978B6;
}
</style>
background-color css
<style>
a { background-color: #E978B6; }
a { background-color: rgb(233,120,182); }
div.DivClassName
{
background-color: #E978B6;
}
.BgClassName
{
background-color: #E978B6;
}
</style>
border-color css
<style>
span { border-color: #E978B6; }
span { border-color: rgb(233,120,182); }
td.TdClassName
{
border-color: #E978B6;
}
.TagClassName
{
border-color: #E978B6;
}
</style>