Shades of Heliotrope #E464FE
Tints of Heliotrope #E464FE
RGB
CMYK
RGB Variations
Color information
#E464FE (or 0xE464FE) is known color: Heliotrope. HEX triplet: E4, 64 and FE. RGB value is (228,100,254). Sum of RGB (Red+Green+Blue) = 228+100+254=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 100 (39.45% from 255 or 17.18% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #E464FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E464FE is #1B9B01. Grayscale: #9B9B9B. Windows color (decimal): -1809154 or 16671972. OLE color: 16671972.
HSL color Cylindrical-coordinate representation of color #E464FE: hue angle of 289.87º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E464FE is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 100 | 254 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.00 |
| HSL | 289.87º | 0.99% | 0.69% | - |
| HSV(B) | 289.87º | 0.61% | 1% | - |
| XYZ | 54.44 | 32.76 | 97.22 | - |
| YUV | 155.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 254 | 0.10 | 0.61 | 0 | 0.00 | 289.87 | 0.99 | 0.69 |
| Hex | E4 | 64 | FE | A | 3D | 0 | 0 | 122 | 63 | 45 |
| Octal | 344 | 144 | 376 | 12 | 75 | 0 | 0 | 442 | 143 | 105 |
| Binary | 11100100 | 1100100 | 11111110 | 1010 | 111101 | 0 | 0 | 100100010 | 1100011 | 1000101 |
Color Harmonies of #E464FE
Complementary color
Monochromatic Colors of #E464FE
Black with #E464FE
Text Example
Text Example
White with #E464FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E464FE; }
p { color: rgb(228,100,254); }
H1.HeaderClassName
{
color: #E464FE;
}
.AnyTagClassName
{
color: #E464FE;
}
</style>
background-color css
<style>
a { background-color: #E464FE; }
a { background-color: rgb(228,100,254); }
div.DivClassName
{
background-color: #E464FE;
}
.BgClassName
{
background-color: #E464FE;
}
</style>
border-color css
<style>
span { border-color: #E464FE; }
span { border-color: rgb(228,100,254); }
td.TdClassName
{
border-color: #E464FE;
}
.TagClassName
{
border-color: #E464FE;
}
</style>