Shades of Heliotrope #E15BFE
Tints of Heliotrope #E15BFE
RGB
CMYK
RGB Variations
Color information
#E15BFE (or 0xE15BFE) is known color: Heliotrope. HEX triplet: E1, 5B and FE. RGB value is (225,91,254). Sum of RGB (Red+Green+Blue) = 225+91+254=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 91 (35.94% from 255 or 15.96% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #E15BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15BFE is #1EA401. Grayscale: #959595. Windows color (decimal): -2008066 or 16669665. OLE color: 16669665.
HSL color Cylindrical-coordinate representation of color #E15BFE: hue angle of 289.33º 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 #E15BFE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 91 | 254 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.00 |
| HSL | 289.33º | 0.99% | 0.68% | - |
| HSV(B) | 289.33º | 0.64% | 1% | - |
| XYZ | 52.68 | 30.65 | 96.9 | - |
| YUV | 149.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 254 | 0.11 | 0.64 | 0 | 0.00 | 289.33 | 0.99 | 0.68 |
| Hex | E1 | 5B | FE | B | 40 | 0 | 0 | 121 | 63 | 44 |
| Octal | 341 | 133 | 376 | 13 | 100 | 0 | 0 | 441 | 143 | 104 |
| Binary | 11100001 | 1011011 | 11111110 | 1011 | 1000000 | 0 | 0 | 100100001 | 1100011 | 1000100 |
Color Harmonies of #E15BFE
Complementary color
Monochromatic Colors of #E15BFE
Black with #E15BFE
Text Example
Text Example
White with #E15BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BFE; }
p { color: rgb(225,91,254); }
H1.HeaderClassName
{
color: #E15BFE;
}
.AnyTagClassName
{
color: #E15BFE;
}
</style>
background-color css
<style>
a { background-color: #E15BFE; }
a { background-color: rgb(225,91,254); }
div.DivClassName
{
background-color: #E15BFE;
}
.BgClassName
{
background-color: #E15BFE;
}
</style>
border-color css
<style>
span { border-color: #E15BFE; }
span { border-color: rgb(225,91,254); }
td.TdClassName
{
border-color: #E15BFE;
}
.TagClassName
{
border-color: #E15BFE;
}
</style>