Shades of Persian Pink #E982BA
Tints of Persian Pink #E982BA
RGB
CMYK
RGB Variations
Color information
#E982BA (or 0xE982BA) is known color: Persian Pink. HEX triplet: E9, 82 and BA. RGB value is (233,130,186). Sum of RGB (Red+Green+Blue) = 233+130+186=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E982BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982BA is #167D45. Grayscale: #A7A7A7. Windows color (decimal): -1473862 or 12223209. OLE color: 12223209.
HSL color Cylindrical-coordinate representation of color #E982BA: hue angle of 327.38º 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 #E982BA is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 186 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.09 |
| HSL | 327.38º | 0.7% | 0.71% | - |
| HSV(B) | 327.38º | 0.44% | 0.91% | - |
| XYZ | 50.45 | 36.83 | 50.91 | - |
| YUV | 167.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 186 | 0 | 0.44 | 0.20 | 0.09 | 327.38 | 0.7 | 0.71 |
| Hex | E9 | 82 | BA | 0 | 2C | 14 | 9 | 147 | 46 | 47 |
| Octal | 351 | 202 | 272 | 0 | 54 | 24 | 11 | 507 | 106 | 107 |
| Binary | 11101001 | 10000010 | 10111010 | 0 | 101100 | 10100 | 1001 | 101000111 | 1000110 | 1000111 |
Color Harmonies of #E982BA
Complementary color
Monochromatic Colors of #E982BA
Black with #E982BA
Text Example
Text Example
White with #E982BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982BA; }
p { color: rgb(233,130,186); }
H1.HeaderClassName
{
color: #E982BA;
}
.AnyTagClassName
{
color: #E982BA;
}
</style>
background-color css
<style>
a { background-color: #E982BA; }
a { background-color: rgb(233,130,186); }
div.DivClassName
{
background-color: #E982BA;
}
.BgClassName
{
background-color: #E982BA;
}
</style>
border-color css
<style>
span { border-color: #E982BA; }
span { border-color: rgb(233,130,186); }
td.TdClassName
{
border-color: #E982BA;
}
.TagClassName
{
border-color: #E982BA;
}
</style>