Shades of Heliotrope #E264F0
Tints of Heliotrope #E264F0
RGB
CMYK
RGB Variations
Color information
#E264F0 (or 0xE264F0) is known color: Heliotrope. HEX triplet: E2, 64 and F0. RGB value is (226,100,240). Sum of RGB (Red+Green+Blue) = 226+100+240=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #E264F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E264F0 is #1D9B0F. Grayscale: #999999. Windows color (decimal): -1940240 or 15754466. OLE color: 15754466.
HSL color Cylindrical-coordinate representation of color #E264F0: hue angle of 294º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E264F0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 100 | 240 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.06 |
| HSL | 294º | 0.82% | 0.67% | - |
| HSV(B) | 294º | 0.58% | 0.94% | - |
| XYZ | 51.65 | 31.57 | 85.81 | - |
| YUV | 153.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 240 | 0.06 | 0.58 | 0 | 0.06 | 294 | 0.82 | 0.67 |
| Hex | E2 | 64 | F0 | 6 | 3A | 0 | 6 | 126 | 52 | 43 |
| Octal | 342 | 144 | 360 | 6 | 72 | 0 | 6 | 446 | 122 | 103 |
| Binary | 11100010 | 1100100 | 11110000 | 110 | 111010 | 0 | 110 | 100100110 | 1010010 | 1000011 |
Color Harmonies of #E264F0
Complementary color
Monochromatic Colors of #E264F0
Black with #E264F0
Text Example
Text Example
White with #E264F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E264F0; }
p { color: rgb(226,100,240); }
H1.HeaderClassName
{
color: #E264F0;
}
.AnyTagClassName
{
color: #E264F0;
}
</style>
background-color css
<style>
a { background-color: #E264F0; }
a { background-color: rgb(226,100,240); }
div.DivClassName
{
background-color: #E264F0;
}
.BgClassName
{
background-color: #E264F0;
}
</style>
border-color css
<style>
span { border-color: #E264F0; }
span { border-color: rgb(226,100,240); }
td.TdClassName
{
border-color: #E264F0;
}
.TagClassName
{
border-color: #E264F0;
}
</style>