Shades of Heliotrope #E167FE
Tints of Heliotrope #E167FE
RGB
CMYK
RGB Variations
Color information
#E167FE (or 0xE167FE) is known color: Heliotrope. HEX triplet: E1, 67 and FE. RGB value is (225,103,254). Sum of RGB (Red+Green+Blue) = 225+103+254=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 103 (40.62% from 255 or 17.70% 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 #E167FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E167FE is #1E9801. Grayscale: #9C9C9C. Windows color (decimal): -2004994 or 16672737. OLE color: 16672737.
HSL color Cylindrical-coordinate representation of color #E167FE: hue angle of 288.48º 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 #E167FE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 103 | 254 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.00 |
| HSL | 288.48º | 0.99% | 0.7% | - |
| HSV(B) | 288.48º | 0.59% | 1% | - |
| XYZ | 53.79 | 32.86 | 97.27 | - |
| YUV | 156.69 | 182.92 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 254 | 0.11 | 0.59 | 0 | 0.00 | 288.48 | 0.99 | 0.7 |
| Hex | E1 | 67 | FE | B | 3B | 0 | 0 | 120 | 63 | 46 |
| Octal | 341 | 147 | 376 | 13 | 73 | 0 | 0 | 440 | 143 | 106 |
| Binary | 11100001 | 1100111 | 11111110 | 1011 | 111011 | 0 | 0 | 100100000 | 1100011 | 1000110 |
Color Harmonies of #E167FE
Complementary color
Monochromatic Colors of #E167FE
Black with #E167FE
Text Example
Text Example
White with #E167FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E167FE; }
p { color: rgb(225,103,254); }
H1.HeaderClassName
{
color: #E167FE;
}
.AnyTagClassName
{
color: #E167FE;
}
</style>
background-color css
<style>
a { background-color: #E167FE; }
a { background-color: rgb(225,103,254); }
div.DivClassName
{
background-color: #E167FE;
}
.BgClassName
{
background-color: #E167FE;
}
</style>
border-color css
<style>
span { border-color: #E167FE; }
span { border-color: rgb(225,103,254); }
td.TdClassName
{
border-color: #E167FE;
}
.TagClassName
{
border-color: #E167FE;
}
</style>