Shades of Heliotrope #E467FE
Tints of Heliotrope #E467FE
RGB
CMYK
RGB Variations
Color information
#E467FE (or 0xE467FE) is known color: Heliotrope. HEX triplet: E4, 67 and FE. RGB value is (228,103,254). Sum of RGB (Red+Green+Blue) = 228+103+254=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 103 (40.62% from 255 or 17.61% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #E467FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E467FE is #1B9801. Grayscale: #9D9D9D. Windows color (decimal): -1808386 or 16672740. OLE color: 16672740.
HSL color Cylindrical-coordinate representation of color #E467FE: hue angle of 289.67º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E467FE is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 103 | 254 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.00 |
| HSL | 289.67º | 0.99% | 0.7% | - |
| HSV(B) | 289.67º | 0.59% | 1% | - |
| XYZ | 54.73 | 33.35 | 97.32 | - |
| YUV | 157.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 103 | 254 | 0.10 | 0.59 | 0 | 0.00 | 289.67 | 0.99 | 0.7 |
| Hex | E4 | 67 | FE | A | 3B | 0 | 0 | 122 | 63 | 46 |
| Octal | 344 | 147 | 376 | 12 | 73 | 0 | 0 | 442 | 143 | 106 |
| Binary | 11100100 | 1100111 | 11111110 | 1010 | 111011 | 0 | 0 | 100100010 | 1100011 | 1000110 |
Color Harmonies of #E467FE
Complementary color
Monochromatic Colors of #E467FE
Black with #E467FE
Text Example
Text Example
White with #E467FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E467FE; }
p { color: rgb(228,103,254); }
H1.HeaderClassName
{
color: #E467FE;
}
.AnyTagClassName
{
color: #E467FE;
}
</style>
background-color css
<style>
a { background-color: #E467FE; }
a { background-color: rgb(228,103,254); }
div.DivClassName
{
background-color: #E467FE;
}
.BgClassName
{
background-color: #E467FE;
}
</style>
border-color css
<style>
span { border-color: #E467FE; }
span { border-color: rgb(228,103,254); }
td.TdClassName
{
border-color: #E467FE;
}
.TagClassName
{
border-color: #E467FE;
}
</style>