Shades of Persian Pink #E978B9
Tints of Persian Pink #E978B9
RGB
CMYK
RGB Variations
Color information
#E978B9 (or 0xE978B9) is known color: Persian Pink. HEX triplet: E9, 78 and B9. RGB value is (233,120,185). Sum of RGB (Red+Green+Blue) = 233+120+185=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E978B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978B9 is #168746. Grayscale: #A1A1A1. Windows color (decimal): -1476423 or 12155113. OLE color: 12155113.
HSL color Cylindrical-coordinate representation of color #E978B9: hue angle of 325.49º 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 #E978B9 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 185 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.09 |
| HSL | 325.49º | 0.72% | 0.69% | - |
| HSV(B) | 325.49º | 0.48% | 0.91% | - |
| XYZ | 49.08 | 34.26 | 49.92 | - |
| YUV | 161.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 185 | 0 | 0.48 | 0.21 | 0.09 | 325.49 | 0.72 | 0.69 |
| Hex | E9 | 78 | B9 | 0 | 30 | 15 | 9 | 145 | 48 | 45 |
| Octal | 351 | 170 | 271 | 0 | 60 | 25 | 11 | 505 | 110 | 105 |
| Binary | 11101001 | 1111000 | 10111001 | 0 | 110000 | 10101 | 1001 | 101000101 | 1001000 | 1000101 |
Color Harmonies of #E978B9
Complementary color
Monochromatic Colors of #E978B9
Black with #E978B9
Text Example
Text Example
White with #E978B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978B9; }
p { color: rgb(233,120,185); }
H1.HeaderClassName
{
color: #E978B9;
}
.AnyTagClassName
{
color: #E978B9;
}
</style>
background-color css
<style>
a { background-color: #E978B9; }
a { background-color: rgb(233,120,185); }
div.DivClassName
{
background-color: #E978B9;
}
.BgClassName
{
background-color: #E978B9;
}
</style>
border-color css
<style>
span { border-color: #E978B9; }
span { border-color: rgb(233,120,185); }
td.TdClassName
{
border-color: #E978B9;
}
.TagClassName
{
border-color: #E978B9;
}
</style>