Shades of Persian Pink #E978BB
Tints of Persian Pink #E978BB
RGB
CMYK
RGB Variations
Color information
#E978BB (or 0xE978BB) is known color: Persian Pink. HEX triplet: E9, 78 and BB. RGB value is (233,120,187). Sum of RGB (Red+Green+Blue) = 233+120+187=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E978BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978BB is #168744. Grayscale: #A1A1A1. Windows color (decimal): -1476421 or 12286185. OLE color: 12286185.
HSL color Cylindrical-coordinate representation of color #E978BB: hue angle of 324.42º 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 #E978BB is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 187 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.09 |
| HSL | 324.42º | 0.72% | 0.69% | - |
| HSV(B) | 324.42º | 0.48% | 0.91% | - |
| XYZ | 49.29 | 34.34 | 51.04 | - |
| YUV | 161.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 187 | 0 | 0.48 | 0.20 | 0.09 | 324.42 | 0.72 | 0.69 |
| Hex | E9 | 78 | BB | 0 | 30 | 14 | 9 | 144 | 48 | 45 |
| Octal | 351 | 170 | 273 | 0 | 60 | 24 | 11 | 504 | 110 | 105 |
| Binary | 11101001 | 1111000 | 10111011 | 0 | 110000 | 10100 | 1001 | 101000100 | 1001000 | 1000101 |
Color Harmonies of #E978BB
Complementary color
Monochromatic Colors of #E978BB
Black with #E978BB
Text Example
Text Example
White with #E978BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978BB; }
p { color: rgb(233,120,187); }
H1.HeaderClassName
{
color: #E978BB;
}
.AnyTagClassName
{
color: #E978BB;
}
</style>
background-color css
<style>
a { background-color: #E978BB; }
a { background-color: rgb(233,120,187); }
div.DivClassName
{
background-color: #E978BB;
}
.BgClassName
{
background-color: #E978BB;
}
</style>
border-color css
<style>
span { border-color: #E978BB; }
span { border-color: rgb(233,120,187); }
td.TdClassName
{
border-color: #E978BB;
}
.TagClassName
{
border-color: #E978BB;
}
</style>