Shades of Heliotrope #E551FE
Tints of Heliotrope #E551FE
RGB
CMYK
RGB Variations
Color information
#E551FE (or 0xE551FE) is known color: Heliotrope. HEX triplet: E5, 51 and FE. RGB value is (229,81,254). Sum of RGB (Red+Green+Blue) = 229+81+254=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 81 (32.03% from 255 or 14.36% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #E551FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E551FE is #1AAE01. Grayscale: #909090. Windows color (decimal): -1748482 or 16667109. OLE color: 16667109.
HSL color Cylindrical-coordinate representation of color #E551FE: hue angle of 291.33º 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 #E551FE is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 81 | 254 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.00 |
| HSL | 291.33º | 0.99% | 0.66% | - |
| HSV(B) | 291.33º | 0.68% | 1% | - |
| XYZ | 53.14 | 29.7 | 96.7 | - |
| YUV | 144.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 254 | 0.10 | 0.68 | 0 | 0.00 | 291.33 | 0.99 | 0.66 |
| Hex | E5 | 51 | FE | A | 44 | 0 | 0 | 123 | 63 | 42 |
| Octal | 345 | 121 | 376 | 12 | 104 | 0 | 0 | 443 | 143 | 102 |
| Binary | 11100101 | 1010001 | 11111110 | 1010 | 1000100 | 0 | 0 | 100100011 | 1100011 | 1000010 |
Color Harmonies of #E551FE
Complementary color
Monochromatic Colors of #E551FE
Black with #E551FE
Text Example
Text Example
White with #E551FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E551FE; }
p { color: rgb(229,81,254); }
H1.HeaderClassName
{
color: #E551FE;
}
.AnyTagClassName
{
color: #E551FE;
}
</style>
background-color css
<style>
a { background-color: #E551FE; }
a { background-color: rgb(229,81,254); }
div.DivClassName
{
background-color: #E551FE;
}
.BgClassName
{
background-color: #E551FE;
}
</style>
border-color css
<style>
span { border-color: #E551FE; }
span { border-color: rgb(229,81,254); }
td.TdClassName
{
border-color: #E551FE;
}
.TagClassName
{
border-color: #E551FE;
}
</style>