Shades of Violet #E982FB
Tints of Violet #E982FB
RGB
CMYK
RGB Variations
Color information
#E982FB (or 0xE982FB) is known color: Violet. HEX triplet: E9, 82 and FB. RGB value is (233,130,251). Sum of RGB (Red+Green+Blue) = 233+130+251=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #E982FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982FB is #167D04. Grayscale: #AEAEAE. Windows color (decimal): -1473797 or 16483049. OLE color: 16483049.
HSL color Cylindrical-coordinate representation of color #E982FB: hue angle of 291.07º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E982FB is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 130 | 251 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.02 |
| HSL | 291.07º | 0.94% | 0.75% | - |
| HSV(B) | 291.07º | 0.48% | 0.98% | - |
| XYZ | 59 | 40.25 | 95.93 | - |
| YUV | 174.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 251 | 0.07 | 0.48 | 0 | 0.02 | 291.07 | 0.94 | 0.75 |
| Hex | E9 | 82 | FB | 7 | 30 | 0 | 2 | 123 | 5E | 4B |
| Octal | 351 | 202 | 373 | 7 | 60 | 0 | 2 | 443 | 136 | 113 |
| Binary | 11101001 | 10000010 | 11111011 | 111 | 110000 | 0 | 10 | 100100011 | 1011110 | 1001011 |
Color Harmonies of #E982FB
Complementary color
Monochromatic Colors of #E982FB
Black with #E982FB
Text Example
Text Example
White with #E982FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982FB; }
p { color: rgb(233,130,251); }
H1.HeaderClassName
{
color: #E982FB;
}
.AnyTagClassName
{
color: #E982FB;
}
</style>
background-color css
<style>
a { background-color: #E982FB; }
a { background-color: rgb(233,130,251); }
div.DivClassName
{
background-color: #E982FB;
}
.BgClassName
{
background-color: #E982FB;
}
</style>
border-color css
<style>
span { border-color: #E982FB; }
span { border-color: rgb(233,130,251); }
td.TdClassName
{
border-color: #E982FB;
}
.TagClassName
{
border-color: #E982FB;
}
</style>