Shades of Heliotrope #E24BFE
Tints of Heliotrope #E24BFE
RGB
CMYK
RGB Variations
Color information
#E24BFE (or 0xE24BFE) is known color: Heliotrope. HEX triplet: E2, 4B and FE. RGB value is (226,75,254). Sum of RGB (Red+Green+Blue) = 226+75+254=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 75 (29.69% from 255 or 13.51% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #E24BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24BFE is #1DB401. Grayscale: #8B8B8B. Windows color (decimal): -1946626 or 16665570. OLE color: 16665570.
HSL color Cylindrical-coordinate representation of color #E24BFE: hue angle of 290.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E24BFE is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 75 | 254 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.00 |
| HSL | 290.61º | 0.99% | 0.65% | - |
| HSV(B) | 290.61º | 0.7% | 1% | - |
| XYZ | 51.77 | 28.36 | 96.51 | - |
| YUV | 140.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 254 | 0.11 | 0.70 | 0 | 0.00 | 290.61 | 0.99 | 0.65 |
| Hex | E2 | 4B | FE | B | 46 | 0 | 0 | 123 | 63 | 41 |
| Octal | 342 | 113 | 376 | 13 | 106 | 0 | 0 | 443 | 143 | 101 |
| Binary | 11100010 | 1001011 | 11111110 | 1011 | 1000110 | 0 | 0 | 100100011 | 1100011 | 1000001 |
Color Harmonies of #E24BFE
Complementary color
Monochromatic Colors of #E24BFE
Black with #E24BFE
Text Example
Text Example
White with #E24BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BFE; }
p { color: rgb(226,75,254); }
H1.HeaderClassName
{
color: #E24BFE;
}
.AnyTagClassName
{
color: #E24BFE;
}
</style>
background-color css
<style>
a { background-color: #E24BFE; }
a { background-color: rgb(226,75,254); }
div.DivClassName
{
background-color: #E24BFE;
}
.BgClassName
{
background-color: #E24BFE;
}
</style>
border-color css
<style>
span { border-color: #E24BFE; }
span { border-color: rgb(226,75,254); }
td.TdClassName
{
border-color: #E24BFE;
}
.TagClassName
{
border-color: #E24BFE;
}
</style>