Shades of Persian Pink #E982BB
Tints of Persian Pink #E982BB
RGB
CMYK
RGB Variations
Color information
#E982BB (or 0xE982BB) is known color: Persian Pink. HEX triplet: E9, 82 and BB. RGB value is (233,130,187). Sum of RGB (Red+Green+Blue) = 233+130+187=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E982BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982BB is #167D44. Grayscale: #A7A7A7. Windows color (decimal): -1473861 or 12288745. OLE color: 12288745.
HSL color Cylindrical-coordinate representation of color #E982BB: hue angle of 326.8º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E982BB is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 187 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.09 |
| HSL | 326.8º | 0.7% | 0.71% | - |
| HSV(B) | 326.8º | 0.44% | 0.91% | - |
| XYZ | 50.56 | 36.88 | 51.47 | - |
| YUV | 167.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 187 | 0 | 0.44 | 0.20 | 0.09 | 326.8 | 0.7 | 0.71 |
| Hex | E9 | 82 | BB | 0 | 2C | 14 | 9 | 147 | 46 | 47 |
| Octal | 351 | 202 | 273 | 0 | 54 | 24 | 11 | 507 | 106 | 107 |
| Binary | 11101001 | 10000010 | 10111011 | 0 | 101100 | 10100 | 1001 | 101000111 | 1000110 | 1000111 |
Color Harmonies of #E982BB
Complementary color
Monochromatic Colors of #E982BB
Black with #E982BB
Text Example
Text Example
White with #E982BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982BB; }
p { color: rgb(233,130,187); }
H1.HeaderClassName
{
color: #E982BB;
}
.AnyTagClassName
{
color: #E982BB;
}
</style>
background-color css
<style>
a { background-color: #E982BB; }
a { background-color: rgb(233,130,187); }
div.DivClassName
{
background-color: #E982BB;
}
.BgClassName
{
background-color: #E982BB;
}
</style>
border-color css
<style>
span { border-color: #E982BB; }
span { border-color: rgb(233,130,187); }
td.TdClassName
{
border-color: #E982BB;
}
.TagClassName
{
border-color: #E982BB;
}
</style>