Shades of Heliotrope #E151FE
Tints of Heliotrope #E151FE
RGB
CMYK
RGB Variations
Color information
#E151FE (or 0xE151FE) is known color: Heliotrope. HEX triplet: E1, 51 and FE. RGB value is (225,81,254). Sum of RGB (Red+Green+Blue) = 225+81+254=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 81 (32.03% from 255 or 14.46% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #E151FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E151FE is #1EAE01. Grayscale: #8F8F8F. Windows color (decimal): -2010626 or 16667105. OLE color: 16667105.
HSL color Cylindrical-coordinate representation of color #E151FE: hue angle of 289.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E151FE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 81 | 254 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.00 |
| HSL | 289.94º | 0.99% | 0.66% | - |
| HSV(B) | 289.94º | 0.68% | 1% | - |
| XYZ | 51.88 | 29.05 | 96.64 | - |
| YUV | 143.78 | 190.21 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 254 | 0.11 | 0.68 | 0 | 0.00 | 289.94 | 0.99 | 0.66 |
| Hex | E1 | 51 | FE | B | 44 | 0 | 0 | 122 | 63 | 42 |
| Octal | 341 | 121 | 376 | 13 | 104 | 0 | 0 | 442 | 143 | 102 |
| Binary | 11100001 | 1010001 | 11111110 | 1011 | 1000100 | 0 | 0 | 100100010 | 1100011 | 1000010 |
Color Harmonies of #E151FE
Complementary color
Monochromatic Colors of #E151FE
Black with #E151FE
Text Example
Text Example
White with #E151FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E151FE; }
p { color: rgb(225,81,254); }
H1.HeaderClassName
{
color: #E151FE;
}
.AnyTagClassName
{
color: #E151FE;
}
</style>
background-color css
<style>
a { background-color: #E151FE; }
a { background-color: rgb(225,81,254); }
div.DivClassName
{
background-color: #E151FE;
}
.BgClassName
{
background-color: #E151FE;
}
</style>
border-color css
<style>
span { border-color: #E151FE; }
span { border-color: rgb(225,81,254); }
td.TdClassName
{
border-color: #E151FE;
}
.TagClassName
{
border-color: #E151FE;
}
</style>