Shades of Heliotrope #E15FFE
Tints of Heliotrope #E15FFE
RGB
CMYK
RGB Variations
Color information
#E15FFE (or 0xE15FFE) is known color: Heliotrope. HEX triplet: E1, 5F and FE. RGB value is (225,95,254). Sum of RGB (Red+Green+Blue) = 225+95+254=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 95 (37.5% from 255 or 16.55% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #E15FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15FFE is #1EA001. Grayscale: #979797. Windows color (decimal): -2007042 or 16670689. OLE color: 16670689.
HSL color Cylindrical-coordinate representation of color #E15FFE: hue angle of 289.06º 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 #E15FFE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 95 | 254 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.00 |
| HSL | 289.06º | 0.99% | 0.68% | - |
| HSV(B) | 289.06º | 0.63% | 1% | - |
| XYZ | 53.03 | 31.35 | 97.02 | - |
| YUV | 152 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 254 | 0.11 | 0.63 | 0 | 0.00 | 289.06 | 0.99 | 0.68 |
| Hex | E1 | 5F | FE | B | 3F | 0 | 0 | 121 | 63 | 44 |
| Octal | 341 | 137 | 376 | 13 | 77 | 0 | 0 | 441 | 143 | 104 |
| Binary | 11100001 | 1011111 | 11111110 | 1011 | 111111 | 0 | 0 | 100100001 | 1100011 | 1000100 |
Color Harmonies of #E15FFE
Complementary color
Monochromatic Colors of #E15FFE
Black with #E15FFE
Text Example
Text Example
White with #E15FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15FFE; }
p { color: rgb(225,95,254); }
H1.HeaderClassName
{
color: #E15FFE;
}
.AnyTagClassName
{
color: #E15FFE;
}
</style>
background-color css
<style>
a { background-color: #E15FFE; }
a { background-color: rgb(225,95,254); }
div.DivClassName
{
background-color: #E15FFE;
}
.BgClassName
{
background-color: #E15FFE;
}
</style>
border-color css
<style>
span { border-color: #E15FFE; }
span { border-color: rgb(225,95,254); }
td.TdClassName
{
border-color: #E15FFE;
}
.TagClassName
{
border-color: #E15FFE;
}
</style>