Shades of Heliotrope #E267F7
Tints of Heliotrope #E267F7
RGB
CMYK
RGB Variations
Color information
#E267F7 (or 0xE267F7) is known color: Heliotrope. HEX triplet: E2, 67 and F7. RGB value is (226,103,247). Sum of RGB (Red+Green+Blue) = 226+103+247=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 103 (40.62% from 255 or 17.88% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #E267F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E267F7 is #1D9808. Grayscale: #9B9B9B. Windows color (decimal): -1939465 or 16213986. OLE color: 16213986.
HSL color Cylindrical-coordinate representation of color #E267F7: hue angle of 291.25º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E267F7 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 103 | 247 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.03 |
| HSL | 291.25º | 0.9% | 0.69% | - |
| HSV(B) | 291.25º | 0.58% | 0.97% | - |
| XYZ | 53 | 32.58 | 91.49 | - |
| YUV | 156.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 247 | 0.09 | 0.58 | 0 | 0.03 | 291.25 | 0.9 | 0.69 |
| Hex | E2 | 67 | F7 | 9 | 3A | 0 | 3 | 123 | 5A | 45 |
| Octal | 342 | 147 | 367 | 11 | 72 | 0 | 3 | 443 | 132 | 105 |
| Binary | 11100010 | 1100111 | 11110111 | 1001 | 111010 | 0 | 11 | 100100011 | 1011010 | 1000101 |
Color Harmonies of #E267F7
Complementary color
Monochromatic Colors of #E267F7
Black with #E267F7
Text Example
Text Example
White with #E267F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E267F7; }
p { color: rgb(226,103,247); }
H1.HeaderClassName
{
color: #E267F7;
}
.AnyTagClassName
{
color: #E267F7;
}
</style>
background-color css
<style>
a { background-color: #E267F7; }
a { background-color: rgb(226,103,247); }
div.DivClassName
{
background-color: #E267F7;
}
.BgClassName
{
background-color: #E267F7;
}
</style>
border-color css
<style>
span { border-color: #E267F7; }
span { border-color: rgb(226,103,247); }
td.TdClassName
{
border-color: #E267F7;
}
.TagClassName
{
border-color: #E267F7;
}
</style>