Shades of Heliotrope #E268EE
Tints of Heliotrope #E268EE
RGB
CMYK
RGB Variations
Color information
#E268EE (or 0xE268EE) is known color: Heliotrope. HEX triplet: E2, 68 and EE. RGB value is (226,104,238). Sum of RGB (Red+Green+Blue) = 226+104+238=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 104 (41.02% from 255 or 18.31% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #E268EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268EE is #1D9711. Grayscale: #9B9B9B. Windows color (decimal): -1939218 or 15624418. OLE color: 15624418.
HSL color Cylindrical-coordinate representation of color #E268EE: hue angle of 294.63º 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 #E268EE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 104 | 238 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.07 |
| HSL | 294.63º | 0.8% | 0.67% | - |
| HSV(B) | 294.63º | 0.56% | 0.93% | - |
| XYZ | 51.75 | 32.24 | 84.38 | - |
| YUV | 155.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 238 | 0.05 | 0.56 | 0 | 0.07 | 294.63 | 0.8 | 0.67 |
| Hex | E2 | 68 | EE | 5 | 38 | 0 | 7 | 127 | 50 | 43 |
| Octal | 342 | 150 | 356 | 5 | 70 | 0 | 7 | 447 | 120 | 103 |
| Binary | 11100010 | 1101000 | 11101110 | 101 | 111000 | 0 | 111 | 100100111 | 1010000 | 1000011 |
Color Harmonies of #E268EE
Complementary color
Monochromatic Colors of #E268EE
Black with #E268EE
Text Example
Text Example
White with #E268EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268EE; }
p { color: rgb(226,104,238); }
H1.HeaderClassName
{
color: #E268EE;
}
.AnyTagClassName
{
color: #E268EE;
}
</style>
background-color css
<style>
a { background-color: #E268EE; }
a { background-color: rgb(226,104,238); }
div.DivClassName
{
background-color: #E268EE;
}
.BgClassName
{
background-color: #E268EE;
}
</style>
border-color css
<style>
span { border-color: #E268EE; }
span { border-color: rgb(226,104,238); }
td.TdClassName
{
border-color: #E268EE;
}
.TagClassName
{
border-color: #E268EE;
}
</style>