Shades of Heliotrope #E45CFF
Tints of Heliotrope #E45CFF
RGB
CMYK
RGB Variations
Color information
#E45CFF (or 0xE45CFF) is known color: Heliotrope. HEX triplet: E4, 5C and FF. RGB value is (228,92,255). Sum of RGB (Red+Green+Blue) = 228+92+255=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 92 (36.33% from 255 or 16% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #E45CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45CFF is #1BA300. Grayscale: #969696. Windows color (decimal): -1811201 or 16735460. OLE color: 16735460.
HSL color Cylindrical-coordinate representation of color #E45CFF: hue angle of 290.06º 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 #E45CFF is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 92 | 255 | - |
| CMYK | 0.11 | 0.64 | 0 | 0 |
| HSL | 290.06º | 1% | 0.68% | - |
| HSV(B) | 290.06º | 0.64% | 1% | - |
| XYZ | 53.87 | 31.37 | 97.82 | - |
| YUV | 151.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 255 | 0.11 | 0.64 | 0 | 0 | 290.06 | 1 | 0.68 |
| Hex | E4 | 5C | FF | B | 40 | 0 | 0 | 122 | 64 | 44 |
| Octal | 344 | 134 | 377 | 13 | 100 | 0 | 0 | 442 | 144 | 104 |
| Binary | 11100100 | 1011100 | 11111111 | 1011 | 1000000 | 0 | 0 | 100100010 | 1100100 | 1000100 |
Color Harmonies of #E45CFF
Complementary color
Monochromatic Colors of #E45CFF
Black with #E45CFF
Text Example
Text Example
White with #E45CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45CFF; }
p { color: rgb(228,92,255); }
H1.HeaderClassName
{
color: #E45CFF;
}
.AnyTagClassName
{
color: #E45CFF;
}
</style>
background-color css
<style>
a { background-color: #E45CFF; }
a { background-color: rgb(228,92,255); }
div.DivClassName
{
background-color: #E45CFF;
}
.BgClassName
{
background-color: #E45CFF;
}
</style>
border-color css
<style>
span { border-color: #E45CFF; }
span { border-color: rgb(228,92,255); }
td.TdClassName
{
border-color: #E45CFF;
}
.TagClassName
{
border-color: #E45CFF;
}
</style>