Shades of Heliotrope #E45BFE
Tints of Heliotrope #E45BFE
RGB
CMYK
RGB Variations
Color information
#E45BFE (or 0xE45BFE) is known color: Heliotrope. HEX triplet: E4, 5B and FE. RGB value is (228,91,254). Sum of RGB (Red+Green+Blue) = 228+91+254=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 91 (35.94% from 255 or 15.88% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #E45BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45BFE is #1BA401. Grayscale: #969696. Windows color (decimal): -1811458 or 16669668. OLE color: 16669668.
HSL color Cylindrical-coordinate representation of color #E45BFE: hue angle of 290.43º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45BFE is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 91 | 254 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.00 |
| HSL | 290.43º | 0.99% | 0.68% | - |
| HSV(B) | 290.43º | 0.64% | 1% | - |
| XYZ | 53.63 | 31.13 | 96.95 | - |
| YUV | 150.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 91 | 254 | 0.10 | 0.64 | 0 | 0.00 | 290.43 | 0.99 | 0.68 |
| Hex | E4 | 5B | FE | A | 40 | 0 | 0 | 122 | 63 | 44 |
| Octal | 344 | 133 | 376 | 12 | 100 | 0 | 0 | 442 | 143 | 104 |
| Binary | 11100100 | 1011011 | 11111110 | 1010 | 1000000 | 0 | 0 | 100100010 | 1100011 | 1000100 |
Color Harmonies of #E45BFE
Complementary color
Monochromatic Colors of #E45BFE
Black with #E45BFE
Text Example
Text Example
White with #E45BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45BFE; }
p { color: rgb(228,91,254); }
H1.HeaderClassName
{
color: #E45BFE;
}
.AnyTagClassName
{
color: #E45BFE;
}
</style>
background-color css
<style>
a { background-color: #E45BFE; }
a { background-color: rgb(228,91,254); }
div.DivClassName
{
background-color: #E45BFE;
}
.BgClassName
{
background-color: #E45BFE;
}
</style>
border-color css
<style>
span { border-color: #E45BFE; }
span { border-color: rgb(228,91,254); }
td.TdClassName
{
border-color: #E45BFE;
}
.TagClassName
{
border-color: #E45BFE;
}
</style>