Shades of Heliotrope #E266ED
Tints of Heliotrope #E266ED
RGB
CMYK
RGB Variations
Color information
#E266ED (or 0xE266ED) is known color: Heliotrope. HEX triplet: E2, 66 and ED. RGB value is (226,102,237). Sum of RGB (Red+Green+Blue) = 226+102+237=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #E266ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E266ED is #1D9912. Grayscale: #9A9A9A. Windows color (decimal): -1939731 or 15558370. OLE color: 15558370.
HSL color Cylindrical-coordinate representation of color #E266ED: hue angle of 295.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E266ED is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 102 | 237 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.07 |
| HSL | 295.11º | 0.79% | 0.66% | - |
| HSV(B) | 295.11º | 0.57% | 0.93% | - |
| XYZ | 51.4 | 31.79 | 83.55 | - |
| YUV | 154.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 237 | 0.05 | 0.57 | 0 | 0.07 | 295.11 | 0.79 | 0.66 |
| Hex | E2 | 66 | ED | 5 | 39 | 0 | 7 | 127 | 4F | 42 |
| Octal | 342 | 146 | 355 | 5 | 71 | 0 | 7 | 447 | 117 | 102 |
| Binary | 11100010 | 1100110 | 11101101 | 101 | 111001 | 0 | 111 | 100100111 | 1001111 | 1000010 |
Color Harmonies of #E266ED
Complementary color
Monochromatic Colors of #E266ED
Black with #E266ED
Text Example
Text Example
White with #E266ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266ED; }
p { color: rgb(226,102,237); }
H1.HeaderClassName
{
color: #E266ED;
}
.AnyTagClassName
{
color: #E266ED;
}
</style>
background-color css
<style>
a { background-color: #E266ED; }
a { background-color: rgb(226,102,237); }
div.DivClassName
{
background-color: #E266ED;
}
.BgClassName
{
background-color: #E266ED;
}
</style>
border-color css
<style>
span { border-color: #E266ED; }
span { border-color: rgb(226,102,237); }
td.TdClassName
{
border-color: #E266ED;
}
.TagClassName
{
border-color: #E266ED;
}
</style>