Shades of Heliotrope #E251FF
Tints of Heliotrope #E251FF
RGB
CMYK
RGB Variations
Color information
#E251FF (or 0xE251FF) is known color: Heliotrope. HEX triplet: E2, 51 and FF. RGB value is (226,81,255). Sum of RGB (Red+Green+Blue) = 226+81+255=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 81 (32.03% from 255 or 14.41% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #E251FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E251FF is #1DAE00. Grayscale: #8F8F8F. Windows color (decimal): -1945089 or 16732642. OLE color: 16732642.
HSL color Cylindrical-coordinate representation of color #E251FF: hue angle of 290º 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 #E251FF is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 81 | 255 | - |
| CMYK | 0.11 | 0.68 | 0 | 0 |
| HSL | 290º | 1% | 0.66% | - |
| HSV(B) | 290º | 0.68% | 1% | - |
| XYZ | 52.36 | 29.27 | 97.5 | - |
| YUV | 144.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 255 | 0.11 | 0.68 | 0 | 0 | 290 | 1 | 0.66 |
| Hex | E2 | 51 | FF | B | 44 | 0 | 0 | 122 | 64 | 42 |
| Octal | 342 | 121 | 377 | 13 | 104 | 0 | 0 | 442 | 144 | 102 |
| Binary | 11100010 | 1010001 | 11111111 | 1011 | 1000100 | 0 | 0 | 100100010 | 1100100 | 1000010 |
Color Harmonies of #E251FF
Complementary color
Monochromatic Colors of #E251FF
Black with #E251FF
Text Example
Text Example
White with #E251FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E251FF; }
p { color: rgb(226,81,255); }
H1.HeaderClassName
{
color: #E251FF;
}
.AnyTagClassName
{
color: #E251FF;
}
</style>
background-color css
<style>
a { background-color: #E251FF; }
a { background-color: rgb(226,81,255); }
div.DivClassName
{
background-color: #E251FF;
}
.BgClassName
{
background-color: #E251FF;
}
</style>
border-color css
<style>
span { border-color: #E251FF; }
span { border-color: rgb(226,81,255); }
td.TdClassName
{
border-color: #E251FF;
}
.TagClassName
{
border-color: #E251FF;
}
</style>