Shades of Heliotrope #E25CFE
Tints of Heliotrope #E25CFE
RGB
CMYK
RGB Variations
Color information
#E25CFE (or 0xE25CFE) is known color: Heliotrope. HEX triplet: E2, 5C and FE. RGB value is (226,92,254). Sum of RGB (Red+Green+Blue) = 226+92+254=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #E25CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25CFE is #1DA301. Grayscale: #969696. Windows color (decimal): -1942274 or 16669922. OLE color: 16669922.
HSL color Cylindrical-coordinate representation of color #E25CFE: hue angle of 289.63º 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 #E25CFE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 92 | 254 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.00 |
| HSL | 289.63º | 0.99% | 0.68% | - |
| HSV(B) | 289.63º | 0.64% | 1% | - |
| XYZ | 53.08 | 30.98 | 96.95 | - |
| YUV | 150.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 254 | 0.11 | 0.64 | 0 | 0.00 | 289.63 | 0.99 | 0.68 |
| Hex | E2 | 5C | FE | B | 40 | 0 | 0 | 122 | 63 | 44 |
| Octal | 342 | 134 | 376 | 13 | 100 | 0 | 0 | 442 | 143 | 104 |
| Binary | 11100010 | 1011100 | 11111110 | 1011 | 1000000 | 0 | 0 | 100100010 | 1100011 | 1000100 |
Color Harmonies of #E25CFE
Complementary color
Monochromatic Colors of #E25CFE
Black with #E25CFE
Text Example
Text Example
White with #E25CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CFE; }
p { color: rgb(226,92,254); }
H1.HeaderClassName
{
color: #E25CFE;
}
.AnyTagClassName
{
color: #E25CFE;
}
</style>
background-color css
<style>
a { background-color: #E25CFE; }
a { background-color: rgb(226,92,254); }
div.DivClassName
{
background-color: #E25CFE;
}
.BgClassName
{
background-color: #E25CFE;
}
</style>
border-color css
<style>
span { border-color: #E25CFE; }
span { border-color: rgb(226,92,254); }
td.TdClassName
{
border-color: #E25CFE;
}
.TagClassName
{
border-color: #E25CFE;
}
</style>