Shades of Heliotrope #E266F8
Tints of Heliotrope #E266F8
RGB
CMYK
RGB Variations
Color information
#E266F8 (or 0xE266F8) is known color: Heliotrope. HEX triplet: E2, 66 and F8. RGB value is (226,102,248). Sum of RGB (Red+Green+Blue) = 226+102+248=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 102 (40.23% from 255 or 17.71% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #E266F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E266F8 is #1D9907. Grayscale: #9B9B9B. Windows color (decimal): -1939720 or 16279266. OLE color: 16279266.
HSL color Cylindrical-coordinate representation of color #E266F8: hue angle of 290.96º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E266F8 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 102 | 248 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.03 |
| HSL | 290.96º | 0.91% | 0.69% | - |
| HSV(B) | 290.96º | 0.59% | 0.97% | - |
| XYZ | 53.06 | 32.45 | 92.27 | - |
| YUV | 155.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 248 | 0.09 | 0.59 | 0 | 0.03 | 290.96 | 0.91 | 0.69 |
| Hex | E2 | 66 | F8 | 9 | 3B | 0 | 3 | 123 | 5B | 45 |
| Octal | 342 | 146 | 370 | 11 | 73 | 0 | 3 | 443 | 133 | 105 |
| Binary | 11100010 | 1100110 | 11111000 | 1001 | 111011 | 0 | 11 | 100100011 | 1011011 | 1000101 |
Color Harmonies of #E266F8
Complementary color
Monochromatic Colors of #E266F8
Black with #E266F8
Text Example
Text Example
White with #E266F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266F8; }
p { color: rgb(226,102,248); }
H1.HeaderClassName
{
color: #E266F8;
}
.AnyTagClassName
{
color: #E266F8;
}
</style>
background-color css
<style>
a { background-color: #E266F8; }
a { background-color: rgb(226,102,248); }
div.DivClassName
{
background-color: #E266F8;
}
.BgClassName
{
background-color: #E266F8;
}
</style>
border-color css
<style>
span { border-color: #E266F8; }
span { border-color: rgb(226,102,248); }
td.TdClassName
{
border-color: #E266F8;
}
.TagClassName
{
border-color: #E266F8;
}
</style>