Shades of Heliotrope #E466FE
Tints of Heliotrope #E466FE
RGB
CMYK
RGB Variations
Color information
#E466FE (or 0xE466FE) is known color: Heliotrope. HEX triplet: E4, 66 and FE. RGB value is (228,102,254). Sum of RGB (Red+Green+Blue) = 228+102+254=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #E466FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E466FE is #1B9901. Grayscale: #9C9C9C. Windows color (decimal): -1808642 or 16672484. OLE color: 16672484.
HSL color Cylindrical-coordinate representation of color #E466FE: hue angle of 289.74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E466FE is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 102 | 254 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.00 |
| HSL | 289.74º | 0.99% | 0.7% | - |
| HSV(B) | 289.74º | 0.6% | 1% | - |
| XYZ | 54.64 | 33.15 | 97.29 | - |
| YUV | 157 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 254 | 0.10 | 0.60 | 0 | 0.00 | 289.74 | 0.99 | 0.7 |
| Hex | E4 | 66 | FE | A | 3C | 0 | 0 | 122 | 63 | 46 |
| Octal | 344 | 146 | 376 | 12 | 74 | 0 | 0 | 442 | 143 | 106 |
| Binary | 11100100 | 1100110 | 11111110 | 1010 | 111100 | 0 | 0 | 100100010 | 1100011 | 1000110 |
Color Harmonies of #E466FE
Complementary color
Monochromatic Colors of #E466FE
Black with #E466FE
Text Example
Text Example
White with #E466FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466FE; }
p { color: rgb(228,102,254); }
H1.HeaderClassName
{
color: #E466FE;
}
.AnyTagClassName
{
color: #E466FE;
}
</style>
background-color css
<style>
a { background-color: #E466FE; }
a { background-color: rgb(228,102,254); }
div.DivClassName
{
background-color: #E466FE;
}
.BgClassName
{
background-color: #E466FE;
}
</style>
border-color css
<style>
span { border-color: #E466FE; }
span { border-color: rgb(228,102,254); }
td.TdClassName
{
border-color: #E466FE;
}
.TagClassName
{
border-color: #E466FE;
}
</style>