Shades of Heliotrope #E682FF
Tints of Heliotrope #E682FF
RGB
CMYK
RGB Variations
Color information
#E682FF (or 0xE682FF) is known color: Heliotrope. HEX triplet: E6, 82 and FF. RGB value is (230,130,255). Sum of RGB (Red+Green+Blue) = 230+130+255=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #E682FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682FF is #197D00. Grayscale: #ADADAD. Windows color (decimal): -1670401 or 16745190. OLE color: 16745190.
HSL color Cylindrical-coordinate representation of color #E682FF: hue angle of 288º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E682FF is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 130 | 255 | - |
| CMYK | 0.10 | 0.49 | 0 | 0 |
| HSL | 288º | 1% | 0.75% | - |
| HSV(B) | 288º | 0.49% | 1% | - |
| XYZ | 58.67 | 40.01 | 99.24 | - |
| YUV | 174.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 255 | 0.10 | 0.49 | 0 | 0 | 288 | 1 | 0.75 |
| Hex | E6 | 82 | FF | A | 31 | 0 | 0 | 120 | 64 | 4B |
| Octal | 346 | 202 | 377 | 12 | 61 | 0 | 0 | 440 | 144 | 113 |
| Binary | 11100110 | 10000010 | 11111111 | 1010 | 110001 | 0 | 0 | 100100000 | 1100100 | 1001011 |
Color Harmonies of #E682FF
Complementary color
Monochromatic Colors of #E682FF
Black with #E682FF
Text Example
Text Example
White with #E682FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682FF; }
p { color: rgb(230,130,255); }
H1.HeaderClassName
{
color: #E682FF;
}
.AnyTagClassName
{
color: #E682FF;
}
</style>
background-color css
<style>
a { background-color: #E682FF; }
a { background-color: rgb(230,130,255); }
div.DivClassName
{
background-color: #E682FF;
}
.BgClassName
{
background-color: #E682FF;
}
</style>
border-color css
<style>
span { border-color: #E682FF; }
span { border-color: rgb(230,130,255); }
td.TdClassName
{
border-color: #E682FF;
}
.TagClassName
{
border-color: #E682FF;
}
</style>