Shades of Heliotrope #E67CFE
Tints of Heliotrope #E67CFE
RGB
CMYK
RGB Variations
Color information
#E67CFE (or 0xE67CFE) is known color: Heliotrope. HEX triplet: E6, 7C and FE. RGB value is (230,124,254). Sum of RGB (Red+Green+Blue) = 230+124+254=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 124 (48.83% from 255 or 20.39% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #E67CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67CFE is #198301. Grayscale: #AAAAAA. Windows color (decimal): -1671938 or 16678118. OLE color: 16678118.
HSL color Cylindrical-coordinate representation of color #E67CFE: hue angle of 288.92º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67CFE is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 124 | 254 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.00 |
| HSL | 288.92º | 0.98% | 0.74% | - |
| HSV(B) | 288.92º | 0.51% | 1% | - |
| XYZ | 57.73 | 38.39 | 98.13 | - |
| YUV | 170.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 254 | 0.09 | 0.51 | 0 | 0.00 | 288.92 | 0.98 | 0.74 |
| Hex | E6 | 7C | FE | 9 | 33 | 0 | 0 | 121 | 62 | 4A |
| Octal | 346 | 174 | 376 | 11 | 63 | 0 | 0 | 441 | 142 | 112 |
| Binary | 11100110 | 1111100 | 11111110 | 1001 | 110011 | 0 | 0 | 100100001 | 1100010 | 1001010 |
Color Harmonies of #E67CFE
Complementary color
Monochromatic Colors of #E67CFE
Black with #E67CFE
Text Example
Text Example
White with #E67CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CFE; }
p { color: rgb(230,124,254); }
H1.HeaderClassName
{
color: #E67CFE;
}
.AnyTagClassName
{
color: #E67CFE;
}
</style>
background-color css
<style>
a { background-color: #E67CFE; }
a { background-color: rgb(230,124,254); }
div.DivClassName
{
background-color: #E67CFE;
}
.BgClassName
{
background-color: #E67CFE;
}
</style>
border-color css
<style>
span { border-color: #E67CFE; }
span { border-color: rgb(230,124,254); }
td.TdClassName
{
border-color: #E67CFE;
}
.TagClassName
{
border-color: #E67CFE;
}
</style>