Shades of Heliotrope #E45DFF
Tints of Heliotrope #E45DFF
RGB
CMYK
RGB Variations
Color information
#E45DFF (or 0xE45DFF) is known color: Heliotrope. HEX triplet: E4, 5D and FF. RGB value is (228,93,255). Sum of RGB (Red+Green+Blue) = 228+93+255=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #E45DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45DFF is #1BA200. Grayscale: #979797. Windows color (decimal): -1810945 or 16735716. OLE color: 16735716.
HSL color Cylindrical-coordinate representation of color #E45DFF: hue angle of 290º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45DFF is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 93 | 255 | - |
| CMYK | 0.11 | 0.64 | 0 | 0 |
| HSL | 290º | 1% | 0.68% | - |
| HSV(B) | 290º | 0.64% | 1% | - |
| XYZ | 53.96 | 31.54 | 97.85 | - |
| YUV | 151.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 255 | 0.11 | 0.64 | 0 | 0 | 290 | 1 | 0.68 |
| Hex | E4 | 5D | FF | B | 40 | 0 | 0 | 122 | 64 | 44 |
| Octal | 344 | 135 | 377 | 13 | 100 | 0 | 0 | 442 | 144 | 104 |
| Binary | 11100100 | 1011101 | 11111111 | 1011 | 1000000 | 0 | 0 | 100100010 | 1100100 | 1000100 |
Color Harmonies of #E45DFF
Complementary color
Monochromatic Colors of #E45DFF
Black with #E45DFF
Text Example
Text Example
White with #E45DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DFF; }
p { color: rgb(228,93,255); }
H1.HeaderClassName
{
color: #E45DFF;
}
.AnyTagClassName
{
color: #E45DFF;
}
</style>
background-color css
<style>
a { background-color: #E45DFF; }
a { background-color: rgb(228,93,255); }
div.DivClassName
{
background-color: #E45DFF;
}
.BgClassName
{
background-color: #E45DFF;
}
</style>
border-color css
<style>
span { border-color: #E45DFF; }
span { border-color: rgb(228,93,255); }
td.TdClassName
{
border-color: #E45DFF;
}
.TagClassName
{
border-color: #E45DFF;
}
</style>