Shades of Heliotrope #E268ED
Tints of Heliotrope #E268ED
RGB
CMYK
RGB Variations
Color information
#E268ED (or 0xE268ED) is known color: Heliotrope. HEX triplet: E2, 68 and ED. RGB value is (226,104,237). Sum of RGB (Red+Green+Blue) = 226+104+237=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #E268ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E268ED is #1D9712. Grayscale: #9B9B9B. Windows color (decimal): -1939219 or 15558882. OLE color: 15558882.
HSL color Cylindrical-coordinate representation of color #E268ED: hue angle of 295.04º degrees, saturation: 0.79, 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 #E268ED is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 104 | 237 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.07 |
| HSL | 295.04º | 0.79% | 0.67% | - |
| HSV(B) | 295.04º | 0.56% | 0.93% | - |
| XYZ | 51.6 | 32.18 | 83.61 | - |
| YUV | 155.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 237 | 0.05 | 0.56 | 0 | 0.07 | 295.04 | 0.79 | 0.67 |
| Hex | E2 | 68 | ED | 5 | 38 | 0 | 7 | 127 | 4F | 43 |
| Octal | 342 | 150 | 355 | 5 | 70 | 0 | 7 | 447 | 117 | 103 |
| Binary | 11100010 | 1101000 | 11101101 | 101 | 111000 | 0 | 111 | 100100111 | 1001111 | 1000011 |
Color Harmonies of #E268ED
Complementary color
Monochromatic Colors of #E268ED
Black with #E268ED
Text Example
Text Example
White with #E268ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268ED; }
p { color: rgb(226,104,237); }
H1.HeaderClassName
{
color: #E268ED;
}
.AnyTagClassName
{
color: #E268ED;
}
</style>
background-color css
<style>
a { background-color: #E268ED; }
a { background-color: rgb(226,104,237); }
div.DivClassName
{
background-color: #E268ED;
}
.BgClassName
{
background-color: #E268ED;
}
</style>
border-color css
<style>
span { border-color: #E268ED; }
span { border-color: rgb(226,104,237); }
td.TdClassName
{
border-color: #E268ED;
}
.TagClassName
{
border-color: #E268ED;
}
</style>