Shades of Heliotrope #E251F8
Tints of Heliotrope #E251F8
RGB
CMYK
RGB Variations
Color information
#E251F8 (or 0xE251F8) is known color: Heliotrope. HEX triplet: E2, 51 and F8. RGB value is (226,81,248). Sum of RGB (Red+Green+Blue) = 226+81+248=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 81 (32.03% from 255 or 14.59% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #E251F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E251F8 is #1DAE07. Grayscale: #8E8E8E. Windows color (decimal): -1945096 or 16273890. OLE color: 16273890.
HSL color Cylindrical-coordinate representation of color #E251F8: hue angle of 292.1º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E251F8 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 81 | 248 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.03 |
| HSL | 292.1º | 0.92% | 0.65% | - |
| HSV(B) | 292.1º | 0.67% | 0.97% | - |
| XYZ | 51.25 | 28.83 | 91.67 | - |
| YUV | 143.39 | 187.04 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 248 | 0.09 | 0.67 | 0 | 0.03 | 292.1 | 0.92 | 0.65 |
| Hex | E2 | 51 | F8 | 9 | 43 | 0 | 3 | 124 | 5C | 41 |
| Octal | 342 | 121 | 370 | 11 | 103 | 0 | 3 | 444 | 134 | 101 |
| Binary | 11100010 | 1010001 | 11111000 | 1001 | 1000011 | 0 | 11 | 100100100 | 1011100 | 1000001 |
Color Harmonies of #E251F8
Complementary color
Monochromatic Colors of #E251F8
Black with #E251F8
Text Example
Text Example
White with #E251F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E251F8; }
p { color: rgb(226,81,248); }
H1.HeaderClassName
{
color: #E251F8;
}
.AnyTagClassName
{
color: #E251F8;
}
</style>
background-color css
<style>
a { background-color: #E251F8; }
a { background-color: rgb(226,81,248); }
div.DivClassName
{
background-color: #E251F8;
}
.BgClassName
{
background-color: #E251F8;
}
</style>
border-color css
<style>
span { border-color: #E251F8; }
span { border-color: rgb(226,81,248); }
td.TdClassName
{
border-color: #E251F8;
}
.TagClassName
{
border-color: #E251F8;
}
</style>