Shades of Heliotrope #E982FC
Tints of Heliotrope #E982FC
RGB
CMYK
RGB Variations
Color information
#E982FC (or 0xE982FC) is known color: Heliotrope. HEX triplet: E9, 82 and FC. RGB value is (233,130,252). Sum of RGB (Red+Green+Blue) = 233+130+252=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #E982FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982FC is #167D03. Grayscale: #AEAEAE. Windows color (decimal): -1473796 or 16548585. OLE color: 16548585.
HSL color Cylindrical-coordinate representation of color #E982FC: hue angle of 290.66º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E982FC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 130 | 252 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.01 |
| HSL | 290.66º | 0.95% | 0.75% | - |
| HSV(B) | 290.66º | 0.48% | 0.99% | - |
| XYZ | 59.16 | 40.32 | 96.76 | - |
| YUV | 174.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 252 | 0.08 | 0.48 | 0 | 0.01 | 290.66 | 0.95 | 0.75 |
| Hex | E9 | 82 | FC | 8 | 30 | 0 | 1 | 123 | 5F | 4B |
| Octal | 351 | 202 | 374 | 10 | 60 | 0 | 1 | 443 | 137 | 113 |
| Binary | 11101001 | 10000010 | 11111100 | 1000 | 110000 | 0 | 1 | 100100011 | 1011111 | 1001011 |
Color Harmonies of #E982FC
Complementary color
Monochromatic Colors of #E982FC
Black with #E982FC
Text Example
Text Example
White with #E982FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982FC; }
p { color: rgb(233,130,252); }
H1.HeaderClassName
{
color: #E982FC;
}
.AnyTagClassName
{
color: #E982FC;
}
</style>
background-color css
<style>
a { background-color: #E982FC; }
a { background-color: rgb(233,130,252); }
div.DivClassName
{
background-color: #E982FC;
}
.BgClassName
{
background-color: #E982FC;
}
</style>
border-color css
<style>
span { border-color: #E982FC; }
span { border-color: rgb(233,130,252); }
td.TdClassName
{
border-color: #E982FC;
}
.TagClassName
{
border-color: #E982FC;
}
</style>