Shades of Heliotrope #E25FFE
Tints of Heliotrope #E25FFE
RGB
CMYK
RGB Variations
Color information
#E25FFE (or 0xE25FFE) is known color: Heliotrope. HEX triplet: E2, 5F and FE. RGB value is (226,95,254). Sum of RGB (Red+Green+Blue) = 226+95+254=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #E25FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25FFE is #1DA001. Grayscale: #979797. Windows color (decimal): -1941506 or 16670690. OLE color: 16670690.
HSL color Cylindrical-coordinate representation of color #E25FFE: hue angle of 289.43º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25FFE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 95 | 254 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.00 |
| HSL | 289.43º | 0.99% | 0.68% | - |
| HSV(B) | 289.43º | 0.63% | 1% | - |
| XYZ | 53.35 | 31.51 | 97.04 | - |
| YUV | 152.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 254 | 0.11 | 0.63 | 0 | 0.00 | 289.43 | 0.99 | 0.68 |
| Hex | E2 | 5F | FE | B | 3F | 0 | 0 | 121 | 63 | 44 |
| Octal | 342 | 137 | 376 | 13 | 77 | 0 | 0 | 441 | 143 | 104 |
| Binary | 11100010 | 1011111 | 11111110 | 1011 | 111111 | 0 | 0 | 100100001 | 1100011 | 1000100 |
Color Harmonies of #E25FFE
Complementary color
Monochromatic Colors of #E25FFE
Black with #E25FFE
Text Example
Text Example
White with #E25FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FFE; }
p { color: rgb(226,95,254); }
H1.HeaderClassName
{
color: #E25FFE;
}
.AnyTagClassName
{
color: #E25FFE;
}
</style>
background-color css
<style>
a { background-color: #E25FFE; }
a { background-color: rgb(226,95,254); }
div.DivClassName
{
background-color: #E25FFE;
}
.BgClassName
{
background-color: #E25FFE;
}
</style>
border-color css
<style>
span { border-color: #E25FFE; }
span { border-color: rgb(226,95,254); }
td.TdClassName
{
border-color: #E25FFE;
}
.TagClassName
{
border-color: #E25FFE;
}
</style>