Shades of Heliotrope #E468EE
Tints of Heliotrope #E468EE
RGB
CMYK
RGB Variations
Color information
#E468EE (or 0xE468EE) is known color: Heliotrope. HEX triplet: E4, 68 and EE. RGB value is (228,104,238). Sum of RGB (Red+Green+Blue) = 228+104+238=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #E468EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468EE is #1B9711. Grayscale: #9B9B9B. Windows color (decimal): -1808146 or 15624420. OLE color: 15624420.
HSL color Cylindrical-coordinate representation of color #E468EE: hue angle of 295.52º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E468EE is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 104 | 238 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.07 |
| HSL | 295.52º | 0.8% | 0.67% | - |
| HSV(B) | 295.52º | 0.56% | 0.93% | - |
| XYZ | 52.38 | 32.57 | 84.41 | - |
| YUV | 156.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 238 | 0.04 | 0.56 | 0 | 0.07 | 295.52 | 0.8 | 0.67 |
| Hex | E4 | 68 | EE | 4 | 38 | 0 | 7 | 128 | 50 | 43 |
| Octal | 344 | 150 | 356 | 4 | 70 | 0 | 7 | 450 | 120 | 103 |
| Binary | 11100100 | 1101000 | 11101110 | 100 | 111000 | 0 | 111 | 100101000 | 1010000 | 1000011 |
Color Harmonies of #E468EE
Complementary color
Monochromatic Colors of #E468EE
Black with #E468EE
Text Example
Text Example
White with #E468EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468EE; }
p { color: rgb(228,104,238); }
H1.HeaderClassName
{
color: #E468EE;
}
.AnyTagClassName
{
color: #E468EE;
}
</style>
background-color css
<style>
a { background-color: #E468EE; }
a { background-color: rgb(228,104,238); }
div.DivClassName
{
background-color: #E468EE;
}
.BgClassName
{
background-color: #E468EE;
}
</style>
border-color css
<style>
span { border-color: #E468EE; }
span { border-color: rgb(228,104,238); }
td.TdClassName
{
border-color: #E468EE;
}
.TagClassName
{
border-color: #E468EE;
}
</style>