Shades of Heliotrope #E45FFE
Tints of Heliotrope #E45FFE
RGB
CMYK
RGB Variations
Color information
#E45FFE (or 0xE45FFE) is known color: Heliotrope. HEX triplet: E4, 5F and FE. RGB value is (228,95,254). Sum of RGB (Red+Green+Blue) = 228+95+254=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 95 (37.5% from 255 or 16.46% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #E45FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45FFE is #1BA001. Grayscale: #989898. Windows color (decimal): -1810434 or 16670692. OLE color: 16670692.
HSL color Cylindrical-coordinate representation of color #E45FFE: hue angle of 290.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45FFE is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 95 | 254 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.00 |
| HSL | 290.19º | 0.99% | 0.68% | - |
| HSV(B) | 290.19º | 0.63% | 1% | - |
| XYZ | 53.98 | 31.83 | 97.07 | - |
| YUV | 152.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 254 | 0.10 | 0.63 | 0 | 0.00 | 290.19 | 0.99 | 0.68 |
| Hex | E4 | 5F | FE | A | 3F | 0 | 0 | 122 | 63 | 44 |
| Octal | 344 | 137 | 376 | 12 | 77 | 0 | 0 | 442 | 143 | 104 |
| Binary | 11100100 | 1011111 | 11111110 | 1010 | 111111 | 0 | 0 | 100100010 | 1100011 | 1000100 |
Color Harmonies of #E45FFE
Complementary color
Monochromatic Colors of #E45FFE
Black with #E45FFE
Text Example
Text Example
White with #E45FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45FFE; }
p { color: rgb(228,95,254); }
H1.HeaderClassName
{
color: #E45FFE;
}
.AnyTagClassName
{
color: #E45FFE;
}
</style>
background-color css
<style>
a { background-color: #E45FFE; }
a { background-color: rgb(228,95,254); }
div.DivClassName
{
background-color: #E45FFE;
}
.BgClassName
{
background-color: #E45FFE;
}
</style>
border-color css
<style>
span { border-color: #E45FFE; }
span { border-color: rgb(228,95,254); }
td.TdClassName
{
border-color: #E45FFE;
}
.TagClassName
{
border-color: #E45FFE;
}
</style>