Shades of Heliotrope #E15CF5
Tints of Heliotrope #E15CF5
RGB
CMYK
RGB Variations
Color information
#E15CF5 (or 0xE15CF5) is known color: Heliotrope. HEX triplet: E1, 5C and F5. RGB value is (225,92,245). Sum of RGB (Red+Green+Blue) = 225+92+245=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 92 (36.33% from 255 or 16.37% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #E15CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15CF5 is #1EA30A. Grayscale: #949494. Windows color (decimal): -2007819 or 16080097. OLE color: 16080097.
HSL color Cylindrical-coordinate representation of color #E15CF5: hue angle of 292.16º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15CF5 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 92 | 245 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.04 |
| HSL | 292.16º | 0.88% | 0.66% | - |
| HSV(B) | 292.16º | 0.62% | 0.96% | - |
| XYZ | 51.36 | 30.25 | 89.52 | - |
| YUV | 149.21 | 182.06 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 245 | 0.08 | 0.62 | 0 | 0.04 | 292.16 | 0.88 | 0.66 |
| Hex | E1 | 5C | F5 | 8 | 3E | 0 | 4 | 124 | 58 | 42 |
| Octal | 341 | 134 | 365 | 10 | 76 | 0 | 4 | 444 | 130 | 102 |
| Binary | 11100001 | 1011100 | 11110101 | 1000 | 111110 | 0 | 100 | 100100100 | 1011000 | 1000010 |
Color Harmonies of #E15CF5
Complementary color
Monochromatic Colors of #E15CF5
Black with #E15CF5
Text Example
Text Example
White with #E15CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CF5; }
p { color: rgb(225,92,245); }
H1.HeaderClassName
{
color: #E15CF5;
}
.AnyTagClassName
{
color: #E15CF5;
}
</style>
background-color css
<style>
a { background-color: #E15CF5; }
a { background-color: rgb(225,92,245); }
div.DivClassName
{
background-color: #E15CF5;
}
.BgClassName
{
background-color: #E15CF5;
}
</style>
border-color css
<style>
span { border-color: #E15CF5; }
span { border-color: rgb(225,92,245); }
td.TdClassName
{
border-color: #E15CF5;
}
.TagClassName
{
border-color: #E15CF5;
}
</style>