Shades of Heliotrope #E267FF
Tints of Heliotrope #E267FF
RGB
CMYK
RGB Variations
Color information
#E267FF (or 0xE267FF) is known color: Heliotrope. HEX triplet: E2, 67 and FF. RGB value is (226,103,255). Sum of RGB (Red+Green+Blue) = 226+103+255=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 103 (40.62% from 255 or 17.64% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #E267FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E267FF is #1D9800. Grayscale: #9C9C9C. Windows color (decimal): -1939457 or 16738274. OLE color: 16738274.
HSL color Cylindrical-coordinate representation of color #E267FF: hue angle of 288.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E267FF is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 103 | 255 | - |
| CMYK | 0.11 | 0.60 | 0 | 0 |
| HSL | 288.55º | 1% | 0.7% | - |
| HSV(B) | 288.55º | 0.6% | 1% | - |
| XYZ | 54.26 | 33.09 | 98.13 | - |
| YUV | 157.11 | 183.25 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 255 | 0.11 | 0.60 | 0 | 0 | 288.55 | 1 | 0.7 |
| Hex | E2 | 67 | FF | B | 3C | 0 | 0 | 121 | 64 | 46 |
| Octal | 342 | 147 | 377 | 13 | 74 | 0 | 0 | 441 | 144 | 106 |
| Binary | 11100010 | 1100111 | 11111111 | 1011 | 111100 | 0 | 0 | 100100001 | 1100100 | 1000110 |
Color Harmonies of #E267FF
Complementary color
Monochromatic Colors of #E267FF
Black with #E267FF
Text Example
Text Example
White with #E267FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E267FF; }
p { color: rgb(226,103,255); }
H1.HeaderClassName
{
color: #E267FF;
}
.AnyTagClassName
{
color: #E267FF;
}
</style>
background-color css
<style>
a { background-color: #E267FF; }
a { background-color: rgb(226,103,255); }
div.DivClassName
{
background-color: #E267FF;
}
.BgClassName
{
background-color: #E267FF;
}
</style>
border-color css
<style>
span { border-color: #E267FF; }
span { border-color: rgb(226,103,255); }
td.TdClassName
{
border-color: #E267FF;
}
.TagClassName
{
border-color: #E267FF;
}
</style>