Shades of Heliotrope #E682FE
Tints of Heliotrope #E682FE
RGB
CMYK
RGB Variations
Color information
#E682FE (or 0xE682FE) is known color: Heliotrope. HEX triplet: E6, 82 and FE. RGB value is (230,130,254). Sum of RGB (Red+Green+Blue) = 230+130+254=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #E682FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682FE is #197D01. Grayscale: #ADADAD. Windows color (decimal): -1670402 or 16679654. OLE color: 16679654.
HSL color Cylindrical-coordinate representation of color #E682FE: hue angle of 288.39º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E682FE is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 130 | 254 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.00 |
| HSL | 288.39º | 0.98% | 0.75% | - |
| HSV(B) | 288.39º | 0.49% | 1% | - |
| XYZ | 58.51 | 39.94 | 98.39 | - |
| YUV | 174.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 254 | 0.09 | 0.49 | 0 | 0.00 | 288.39 | 0.98 | 0.75 |
| Hex | E6 | 82 | FE | 9 | 31 | 0 | 0 | 120 | 62 | 4B |
| Octal | 346 | 202 | 376 | 11 | 61 | 0 | 0 | 440 | 142 | 113 |
| Binary | 11100110 | 10000010 | 11111110 | 1001 | 110001 | 0 | 0 | 100100000 | 1100010 | 1001011 |
Color Harmonies of #E682FE
Complementary color
Monochromatic Colors of #E682FE
Black with #E682FE
Text Example
Text Example
White with #E682FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682FE; }
p { color: rgb(230,130,254); }
H1.HeaderClassName
{
color: #E682FE;
}
.AnyTagClassName
{
color: #E682FE;
}
</style>
background-color css
<style>
a { background-color: #E682FE; }
a { background-color: rgb(230,130,254); }
div.DivClassName
{
background-color: #E682FE;
}
.BgClassName
{
background-color: #E682FE;
}
</style>
border-color css
<style>
span { border-color: #E682FE; }
span { border-color: rgb(230,130,254); }
td.TdClassName
{
border-color: #E682FE;
}
.TagClassName
{
border-color: #E682FE;
}
</style>