Shades of Heliotrope #E15AFE
Tints of Heliotrope #E15AFE
RGB
CMYK
RGB Variations
Color information
#E15AFE (or 0xE15AFE) is known color: Heliotrope. HEX triplet: E1, 5A and FE. RGB value is (225,90,254). Sum of RGB (Red+Green+Blue) = 225+90+254=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 90 (35.55% from 255 or 15.82% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #E15AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15AFE is #1EA501. Grayscale: #949494. Windows color (decimal): -2008322 or 16669409. OLE color: 16669409.
HSL color Cylindrical-coordinate representation of color #E15AFE: hue angle of 289.39º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E15AFE is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 90 | 254 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.00 |
| HSL | 289.39º | 0.99% | 0.67% | - |
| HSV(B) | 289.39º | 0.65% | 1% | - |
| XYZ | 52.6 | 30.48 | 96.88 | - |
| YUV | 149.06 | 187.23 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 254 | 0.11 | 0.65 | 0 | 0.00 | 289.39 | 0.99 | 0.67 |
| Hex | E1 | 5A | FE | B | 41 | 0 | 0 | 121 | 63 | 43 |
| Octal | 341 | 132 | 376 | 13 | 101 | 0 | 0 | 441 | 143 | 103 |
| Binary | 11100001 | 1011010 | 11111110 | 1011 | 1000001 | 0 | 0 | 100100001 | 1100011 | 1000011 |
Color Harmonies of #E15AFE
Complementary color
Monochromatic Colors of #E15AFE
Black with #E15AFE
Text Example
Text Example
White with #E15AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AFE; }
p { color: rgb(225,90,254); }
H1.HeaderClassName
{
color: #E15AFE;
}
.AnyTagClassName
{
color: #E15AFE;
}
</style>
background-color css
<style>
a { background-color: #E15AFE; }
a { background-color: rgb(225,90,254); }
div.DivClassName
{
background-color: #E15AFE;
}
.BgClassName
{
background-color: #E15AFE;
}
</style>
border-color css
<style>
span { border-color: #E15AFE; }
span { border-color: rgb(225,90,254); }
td.TdClassName
{
border-color: #E15AFE;
}
.TagClassName
{
border-color: #E15AFE;
}
</style>