Shades of Heliotrope #E25BFE
Tints of Heliotrope #E25BFE
RGB
CMYK
RGB Variations
Color information
#E25BFE (or 0xE25BFE) is known color: Heliotrope. HEX triplet: E2, 5B and FE. RGB value is (226,91,254). Sum of RGB (Red+Green+Blue) = 226+91+254=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 91 (35.94% from 255 or 15.94% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #E25BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25BFE is #1DA401. Grayscale: #959595. Windows color (decimal): -1942530 or 16669666. OLE color: 16669666.
HSL color Cylindrical-coordinate representation of color #E25BFE: hue angle of 289.69º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25BFE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 91 | 254 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.00 |
| HSL | 289.69º | 0.99% | 0.68% | - |
| HSV(B) | 289.69º | 0.64% | 1% | - |
| XYZ | 52.99 | 30.81 | 96.92 | - |
| YUV | 149.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 254 | 0.11 | 0.64 | 0 | 0.00 | 289.69 | 0.99 | 0.68 |
| Hex | E2 | 5B | FE | B | 40 | 0 | 0 | 122 | 63 | 44 |
| Octal | 342 | 133 | 376 | 13 | 100 | 0 | 0 | 442 | 143 | 104 |
| Binary | 11100010 | 1011011 | 11111110 | 1011 | 1000000 | 0 | 0 | 100100010 | 1100011 | 1000100 |
Color Harmonies of #E25BFE
Complementary color
Monochromatic Colors of #E25BFE
Black with #E25BFE
Text Example
Text Example
White with #E25BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BFE; }
p { color: rgb(226,91,254); }
H1.HeaderClassName
{
color: #E25BFE;
}
.AnyTagClassName
{
color: #E25BFE;
}
</style>
background-color css
<style>
a { background-color: #E25BFE; }
a { background-color: rgb(226,91,254); }
div.DivClassName
{
background-color: #E25BFE;
}
.BgClassName
{
background-color: #E25BFE;
}
</style>
border-color css
<style>
span { border-color: #E25BFE; }
span { border-color: rgb(226,91,254); }
td.TdClassName
{
border-color: #E25BFE;
}
.TagClassName
{
border-color: #E25BFE;
}
</style>