Shades of Persian Pink #E982BC
Tints of Persian Pink #E982BC
RGB
CMYK
RGB Variations
Color information
#E982BC (or 0xE982BC) is known color: Persian Pink. HEX triplet: E9, 82 and BC. RGB value is (233,130,188). Sum of RGB (Red+Green+Blue) = 233+130+188=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E982BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982BC is #167D43. Grayscale: #A7A7A7. Windows color (decimal): -1473860 or 12354281. OLE color: 12354281.
HSL color Cylindrical-coordinate representation of color #E982BC: hue angle of 326.21º 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 #E982BC is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 188 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.09 |
| HSL | 326.21º | 0.7% | 0.71% | - |
| HSV(B) | 326.21º | 0.44% | 0.91% | - |
| XYZ | 50.66 | 36.92 | 52.03 | - |
| YUV | 167.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 188 | 0 | 0.44 | 0.19 | 0.09 | 326.21 | 0.7 | 0.71 |
| Hex | E9 | 82 | BC | 0 | 2C | 13 | 9 | 146 | 46 | 47 |
| Octal | 351 | 202 | 274 | 0 | 54 | 23 | 11 | 506 | 106 | 107 |
| Binary | 11101001 | 10000010 | 10111100 | 0 | 101100 | 10011 | 1001 | 101000110 | 1000110 | 1000111 |
Color Harmonies of #E982BC
Complementary color
Monochromatic Colors of #E982BC
Black with #E982BC
Text Example
Text Example
White with #E982BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982BC; }
p { color: rgb(233,130,188); }
H1.HeaderClassName
{
color: #E982BC;
}
.AnyTagClassName
{
color: #E982BC;
}
</style>
background-color css
<style>
a { background-color: #E982BC; }
a { background-color: rgb(233,130,188); }
div.DivClassName
{
background-color: #E982BC;
}
.BgClassName
{
background-color: #E982BC;
}
</style>
border-color css
<style>
span { border-color: #E982BC; }
span { border-color: rgb(233,130,188); }
td.TdClassName
{
border-color: #E982BC;
}
.TagClassName
{
border-color: #E982BC;
}
</style>