Shades of Heliotrope #E15AFC
Tints of Heliotrope #E15AFC
RGB
CMYK
RGB Variations
Color information
#E15AFC (or 0xE15AFC) is known color: Heliotrope. HEX triplet: E1, 5A and FC. RGB value is (225,90,252). Sum of RGB (Red+Green+Blue) = 225+90+252=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #E15AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15AFC is #1EA503. Grayscale: #949494. Windows color (decimal): -2008324 or 16538337. OLE color: 16538337.
HSL color Cylindrical-coordinate representation of color #E15AFC: hue angle of 290º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15AFC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 90 | 252 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.01 |
| HSL | 290º | 0.96% | 0.67% | - |
| HSV(B) | 290º | 0.64% | 0.99% | - |
| XYZ | 52.28 | 30.35 | 95.2 | - |
| YUV | 148.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 252 | 0.11 | 0.64 | 0 | 0.01 | 290 | 0.96 | 0.67 |
| Hex | E1 | 5A | FC | B | 40 | 0 | 1 | 122 | 60 | 43 |
| Octal | 341 | 132 | 374 | 13 | 100 | 0 | 1 | 442 | 140 | 103 |
| Binary | 11100001 | 1011010 | 11111100 | 1011 | 1000000 | 0 | 1 | 100100010 | 1100000 | 1000011 |
Color Harmonies of #E15AFC
Complementary color
Monochromatic Colors of #E15AFC
Black with #E15AFC
Text Example
Text Example
White with #E15AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AFC; }
p { color: rgb(225,90,252); }
H1.HeaderClassName
{
color: #E15AFC;
}
.AnyTagClassName
{
color: #E15AFC;
}
</style>
background-color css
<style>
a { background-color: #E15AFC; }
a { background-color: rgb(225,90,252); }
div.DivClassName
{
background-color: #E15AFC;
}
.BgClassName
{
background-color: #E15AFC;
}
</style>
border-color css
<style>
span { border-color: #E15AFC; }
span { border-color: rgb(225,90,252); }
td.TdClassName
{
border-color: #E15AFC;
}
.TagClassName
{
border-color: #E15AFC;
}
</style>