Shades of Heliotrope #E682F9
Tints of Heliotrope #E682F9
RGB
CMYK
RGB Variations
Color information
#E682F9 (or 0xE682F9) is known color: Heliotrope. HEX triplet: E6, 82 and F9. RGB value is (230,130,249). Sum of RGB (Red+Green+Blue) = 230+130+249=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #E682F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682F9 is #197D06. Grayscale: #ADADAD. Windows color (decimal): -1670407 or 16351974. OLE color: 16351974.
HSL color Cylindrical-coordinate representation of color #E682F9: hue angle of 290.42º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E682F9 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 130 | 249 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.02 |
| HSL | 290.42º | 0.91% | 0.74% | - |
| HSV(B) | 290.42º | 0.48% | 0.98% | - |
| XYZ | 57.71 | 39.63 | 94.23 | - |
| YUV | 173.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 249 | 0.08 | 0.48 | 0 | 0.02 | 290.42 | 0.91 | 0.74 |
| Hex | E6 | 82 | F9 | 8 | 30 | 0 | 2 | 122 | 5B | 4A |
| Octal | 346 | 202 | 371 | 10 | 60 | 0 | 2 | 442 | 133 | 112 |
| Binary | 11100110 | 10000010 | 11111001 | 1000 | 110000 | 0 | 10 | 100100010 | 1011011 | 1001010 |
Color Harmonies of #E682F9
Complementary color
Monochromatic Colors of #E682F9
Black with #E682F9
Text Example
Text Example
White with #E682F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682F9; }
p { color: rgb(230,130,249); }
H1.HeaderClassName
{
color: #E682F9;
}
.AnyTagClassName
{
color: #E682F9;
}
</style>
background-color css
<style>
a { background-color: #E682F9; }
a { background-color: rgb(230,130,249); }
div.DivClassName
{
background-color: #E682F9;
}
.BgClassName
{
background-color: #E682F9;
}
</style>
border-color css
<style>
span { border-color: #E682F9; }
span { border-color: rgb(230,130,249); }
td.TdClassName
{
border-color: #E682F9;
}
.TagClassName
{
border-color: #E682F9;
}
</style>