Shades of Heliotrope #E45FFF
Tints of Heliotrope #E45FFF
RGB
CMYK
RGB Variations
Color information
#E45FFF (or 0xE45FFF) is known color: Heliotrope. HEX triplet: E4, 5F and FF. RGB value is (228,95,255). Sum of RGB (Red+Green+Blue) = 228+95+255=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #E45FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45FFF is #1BA000. Grayscale: #989898. Windows color (decimal): -1810433 or 16736228. OLE color: 16736228.
HSL color Cylindrical-coordinate representation of color #E45FFF: hue angle of 289.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45FFF is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 95 | 255 | - |
| CMYK | 0.11 | 0.63 | 0 | 0 |
| HSL | 289.88º | 1% | 0.69% | - |
| HSV(B) | 289.88º | 0.63% | 1% | - |
| XYZ | 54.14 | 31.9 | 97.91 | - |
| YUV | 153.01 | 185.56 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 255 | 0.11 | 0.63 | 0 | 0 | 289.88 | 1 | 0.69 |
| Hex | E4 | 5F | FF | B | 3F | 0 | 0 | 122 | 64 | 45 |
| Octal | 344 | 137 | 377 | 13 | 77 | 0 | 0 | 442 | 144 | 105 |
| Binary | 11100100 | 1011111 | 11111111 | 1011 | 111111 | 0 | 0 | 100100010 | 1100100 | 1000101 |
Color Harmonies of #E45FFF
Complementary color
Monochromatic Colors of #E45FFF
Black with #E45FFF
Text Example
Text Example
White with #E45FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45FFF; }
p { color: rgb(228,95,255); }
H1.HeaderClassName
{
color: #E45FFF;
}
.AnyTagClassName
{
color: #E45FFF;
}
</style>
background-color css
<style>
a { background-color: #E45FFF; }
a { background-color: rgb(228,95,255); }
div.DivClassName
{
background-color: #E45FFF;
}
.BgClassName
{
background-color: #E45FFF;
}
</style>
border-color css
<style>
span { border-color: #E45FFF; }
span { border-color: rgb(228,95,255); }
td.TdClassName
{
border-color: #E45FFF;
}
.TagClassName
{
border-color: #E45FFF;
}
</style>