Shades of Heliotrope #E151FF
Tints of Heliotrope #E151FF
RGB
CMYK
RGB Variations
Color information
#E151FF (or 0xE151FF) is known color: Heliotrope. HEX triplet: E1, 51 and FF. RGB value is (225,81,255). Sum of RGB (Red+Green+Blue) = 225+81+255=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 81 (32.03% from 255 or 14.44% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #E151FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E151FF is #1EAE00. Grayscale: #8F8F8F. Windows color (decimal): -2010625 or 16732641. OLE color: 16732641.
HSL color Cylindrical-coordinate representation of color #E151FF: hue angle of 289.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E151FF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 81 | 255 | - |
| CMYK | 0.12 | 0.68 | 0 | 0 |
| HSL | 289.66º | 1% | 0.66% | - |
| HSV(B) | 289.66º | 0.68% | 1% | - |
| XYZ | 52.04 | 29.11 | 97.48 | - |
| YUV | 143.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 255 | 0.12 | 0.68 | 0 | 0 | 289.66 | 1 | 0.66 |
| Hex | E1 | 51 | FF | C | 44 | 0 | 0 | 122 | 64 | 42 |
| Octal | 341 | 121 | 377 | 14 | 104 | 0 | 0 | 442 | 144 | 102 |
| Binary | 11100001 | 1010001 | 11111111 | 1100 | 1000100 | 0 | 0 | 100100010 | 1100100 | 1000010 |
Color Harmonies of #E151FF
Complementary color
Monochromatic Colors of #E151FF
Black with #E151FF
Text Example
Text Example
White with #E151FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E151FF; }
p { color: rgb(225,81,255); }
H1.HeaderClassName
{
color: #E151FF;
}
.AnyTagClassName
{
color: #E151FF;
}
</style>
background-color css
<style>
a { background-color: #E151FF; }
a { background-color: rgb(225,81,255); }
div.DivClassName
{
background-color: #E151FF;
}
.BgClassName
{
background-color: #E151FF;
}
</style>
border-color css
<style>
span { border-color: #E151FF; }
span { border-color: rgb(225,81,255); }
td.TdClassName
{
border-color: #E151FF;
}
.TagClassName
{
border-color: #E151FF;
}
</style>