Shades of Heliotrope #E680FE
Tints of Heliotrope #E680FE
RGB
CMYK
RGB Variations
Color information
#E680FE (or 0xE680FE) is known color: Heliotrope. HEX triplet: E6, 80 and FE. RGB value is (230,128,254). Sum of RGB (Red+Green+Blue) = 230+128+254=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 128 (50.39% from 255 or 20.92% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #E680FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E680FE is #197F01. Grayscale: #ACACAC. Windows color (decimal): -1670914 or 16679142. OLE color: 16679142.
HSL color Cylindrical-coordinate representation of color #E680FE: hue angle of 288.57º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E680FE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 128 | 254 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.00 |
| HSL | 288.57º | 0.98% | 0.75% | - |
| HSV(B) | 288.57º | 0.5% | 1% | - |
| XYZ | 58.24 | 39.42 | 98.3 | - |
| YUV | 172.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 254 | 0.09 | 0.50 | 0 | 0.00 | 288.57 | 0.98 | 0.75 |
| Hex | E6 | 80 | FE | 9 | 32 | 0 | 0 | 121 | 62 | 4B |
| Octal | 346 | 200 | 376 | 11 | 62 | 0 | 0 | 441 | 142 | 113 |
| Binary | 11100110 | 10000000 | 11111110 | 1001 | 110010 | 0 | 0 | 100100001 | 1100010 | 1001011 |
Color Harmonies of #E680FE
Complementary color
Monochromatic Colors of #E680FE
Black with #E680FE
Text Example
Text Example
White with #E680FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680FE; }
p { color: rgb(230,128,254); }
H1.HeaderClassName
{
color: #E680FE;
}
.AnyTagClassName
{
color: #E680FE;
}
</style>
background-color css
<style>
a { background-color: #E680FE; }
a { background-color: rgb(230,128,254); }
div.DivClassName
{
background-color: #E680FE;
}
.BgClassName
{
background-color: #E680FE;
}
</style>
border-color css
<style>
span { border-color: #E680FE; }
span { border-color: rgb(230,128,254); }
td.TdClassName
{
border-color: #E680FE;
}
.TagClassName
{
border-color: #E680FE;
}
</style>