Shades of Heliotrope #E685FE
Tints of Heliotrope #E685FE
RGB
CMYK
RGB Variations
Color information
#E685FE (or 0xE685FE) is known color: Heliotrope. HEX triplet: E6, 85 and FE. RGB value is (230,133,254). Sum of RGB (Red+Green+Blue) = 230+133+254=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 133 (52.34% from 255 or 21.56% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #E685FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E685FE is #197A01. Grayscale: #AFAFAF. Windows color (decimal): -1669634 or 16680422. OLE color: 16680422.
HSL color Cylindrical-coordinate representation of color #E685FE: hue angle of 288.1º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E685FE is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 133 | 254 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.00 |
| HSL | 288.1º | 0.98% | 0.76% | - |
| HSV(B) | 288.1º | 0.48% | 1% | - |
| XYZ | 58.91 | 40.75 | 98.53 | - |
| YUV | 175.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 254 | 0.09 | 0.48 | 0 | 0.00 | 288.1 | 0.98 | 0.76 |
| Hex | E6 | 85 | FE | 9 | 30 | 0 | 0 | 120 | 62 | 4C |
| Octal | 346 | 205 | 376 | 11 | 60 | 0 | 0 | 440 | 142 | 114 |
| Binary | 11100110 | 10000101 | 11111110 | 1001 | 110000 | 0 | 0 | 100100000 | 1100010 | 1001100 |
Color Harmonies of #E685FE
Complementary color
Monochromatic Colors of #E685FE
Black with #E685FE
Text Example
Text Example
White with #E685FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E685FE; }
p { color: rgb(230,133,254); }
H1.HeaderClassName
{
color: #E685FE;
}
.AnyTagClassName
{
color: #E685FE;
}
</style>
background-color css
<style>
a { background-color: #E685FE; }
a { background-color: rgb(230,133,254); }
div.DivClassName
{
background-color: #E685FE;
}
.BgClassName
{
background-color: #E685FE;
}
</style>
border-color css
<style>
span { border-color: #E685FE; }
span { border-color: rgb(230,133,254); }
td.TdClassName
{
border-color: #E685FE;
}
.TagClassName
{
border-color: #E685FE;
}
</style>