Shades of Heliotrope #E466F0
Tints of Heliotrope #E466F0
RGB
CMYK
RGB Variations
Color information
#E466F0 (or 0xE466F0) is known color: Heliotrope. HEX triplet: E4, 66 and F0. RGB value is (228,102,240). Sum of RGB (Red+Green+Blue) = 228+102+240=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #E466F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E466F0 is #1B990F. Grayscale: #9A9A9A. Windows color (decimal): -1808656 or 15754980. OLE color: 15754980.
HSL color Cylindrical-coordinate representation of color #E466F0: hue angle of 294.78º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E466F0 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 102 | 240 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.06 |
| HSL | 294.78º | 0.82% | 0.67% | - |
| HSV(B) | 294.78º | 0.58% | 0.94% | - |
| XYZ | 52.47 | 32.29 | 85.9 | - |
| YUV | 155.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 240 | 0.05 | 0.58 | 0 | 0.06 | 294.78 | 0.82 | 0.67 |
| Hex | E4 | 66 | F0 | 5 | 3A | 0 | 6 | 127 | 52 | 43 |
| Octal | 344 | 146 | 360 | 5 | 72 | 0 | 6 | 447 | 122 | 103 |
| Binary | 11100100 | 1100110 | 11110000 | 101 | 111010 | 0 | 110 | 100100111 | 1010010 | 1000011 |
Color Harmonies of #E466F0
Complementary color
Monochromatic Colors of #E466F0
Black with #E466F0
Text Example
Text Example
White with #E466F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466F0; }
p { color: rgb(228,102,240); }
H1.HeaderClassName
{
color: #E466F0;
}
.AnyTagClassName
{
color: #E466F0;
}
</style>
background-color css
<style>
a { background-color: #E466F0; }
a { background-color: rgb(228,102,240); }
div.DivClassName
{
background-color: #E466F0;
}
.BgClassName
{
background-color: #E466F0;
}
</style>
border-color css
<style>
span { border-color: #E466F0; }
span { border-color: rgb(228,102,240); }
td.TdClassName
{
border-color: #E466F0;
}
.TagClassName
{
border-color: #E466F0;
}
</style>