Shades of Heliotrope #E264FF
Tints of Heliotrope #E264FF
RGB
CMYK
RGB Variations
Color information
#E264FF (or 0xE264FF) is known color: Heliotrope. HEX triplet: E2, 64 and FF. RGB value is (226,100,255). Sum of RGB (Red+Green+Blue) = 226+100+255=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 100 (39.45% from 255 or 17.21% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #E264FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E264FF is #1D9B00. Grayscale: #9A9A9A. Windows color (decimal): -1940225 or 16737506. OLE color: 16737506.
HSL color Cylindrical-coordinate representation of color #E264FF: hue angle of 288.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E264FF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 100 | 255 | - |
| CMYK | 0.11 | 0.61 | 0 | 0 |
| HSL | 288.77º | 1% | 0.7% | - |
| HSV(B) | 288.77º | 0.61% | 1% | - |
| XYZ | 53.97 | 32.5 | 98.04 | - |
| YUV | 155.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 255 | 0.11 | 0.61 | 0 | 0 | 288.77 | 1 | 0.7 |
| Hex | E2 | 64 | FF | B | 3D | 0 | 0 | 121 | 64 | 46 |
| Octal | 342 | 144 | 377 | 13 | 75 | 0 | 0 | 441 | 144 | 106 |
| Binary | 11100010 | 1100100 | 11111111 | 1011 | 111101 | 0 | 0 | 100100001 | 1100100 | 1000110 |
Color Harmonies of #E264FF
Complementary color
Monochromatic Colors of #E264FF
Black with #E264FF
Text Example
Text Example
White with #E264FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E264FF; }
p { color: rgb(226,100,255); }
H1.HeaderClassName
{
color: #E264FF;
}
.AnyTagClassName
{
color: #E264FF;
}
</style>
background-color css
<style>
a { background-color: #E264FF; }
a { background-color: rgb(226,100,255); }
div.DivClassName
{
background-color: #E264FF;
}
.BgClassName
{
background-color: #E264FF;
}
</style>
border-color css
<style>
span { border-color: #E264FF; }
span { border-color: rgb(226,100,255); }
td.TdClassName
{
border-color: #E264FF;
}
.TagClassName
{
border-color: #E264FF;
}
</style>