Shades of Heliotrope #E45AF8
Tints of Heliotrope #E45AF8
RGB
CMYK
RGB Variations
Color information
#E45AF8 (or 0xE45AF8) is known color: Heliotrope. HEX triplet: E4, 5A and F8. RGB value is (228,90,248). Sum of RGB (Red+Green+Blue) = 228+90+248=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #E45AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45AF8 is #1BA507. Grayscale: #949494. Windows color (decimal): -1811720 or 16276196. OLE color: 16276196.
HSL color Cylindrical-coordinate representation of color #E45AF8: hue angle of 292.41º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45AF8 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 90 | 248 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.03 |
| HSL | 292.41º | 0.92% | 0.66% | - |
| HSV(B) | 292.41º | 0.64% | 0.97% | - |
| XYZ | 52.59 | 30.58 | 91.94 | - |
| YUV | 149.27 | 183.72 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 248 | 0.08 | 0.64 | 0 | 0.03 | 292.41 | 0.92 | 0.66 |
| Hex | E4 | 5A | F8 | 8 | 40 | 0 | 3 | 124 | 5C | 42 |
| Octal | 344 | 132 | 370 | 10 | 100 | 0 | 3 | 444 | 134 | 102 |
| Binary | 11100100 | 1011010 | 11111000 | 1000 | 1000000 | 0 | 11 | 100100100 | 1011100 | 1000010 |
Color Harmonies of #E45AF8
Complementary color
Monochromatic Colors of #E45AF8
Black with #E45AF8
Text Example
Text Example
White with #E45AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45AF8; }
p { color: rgb(228,90,248); }
H1.HeaderClassName
{
color: #E45AF8;
}
.AnyTagClassName
{
color: #E45AF8;
}
</style>
background-color css
<style>
a { background-color: #E45AF8; }
a { background-color: rgb(228,90,248); }
div.DivClassName
{
background-color: #E45AF8;
}
.BgClassName
{
background-color: #E45AF8;
}
</style>
border-color css
<style>
span { border-color: #E45AF8; }
span { border-color: rgb(228,90,248); }
td.TdClassName
{
border-color: #E45AF8;
}
.TagClassName
{
border-color: #E45AF8;
}
</style>