Shades of Heliotrope #E24BFF
Tints of Heliotrope #E24BFF
RGB
CMYK
RGB Variations
Color information
#E24BFF (or 0xE24BFF) is known color: Heliotrope. HEX triplet: E2, 4B and FF. RGB value is (226,75,255). Sum of RGB (Red+Green+Blue) = 226+75+255=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 75 (29.69% from 255 or 13.49% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #E24BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24BFF is #1DB400. Grayscale: #8C8C8C. Windows color (decimal): -1946625 or 16731106. OLE color: 16731106.
HSL color Cylindrical-coordinate representation of color #E24BFF: hue angle of 290.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E24BFF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 75 | 255 | - |
| CMYK | 0.11 | 0.71 | 0 | 0 |
| HSL | 290.33º | 1% | 0.65% | - |
| HSV(B) | 290.33º | 0.71% | 1% | - |
| XYZ | 51.93 | 28.42 | 97.36 | - |
| YUV | 140.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 255 | 0.11 | 0.71 | 0 | 0 | 290.33 | 1 | 0.65 |
| Hex | E2 | 4B | FF | B | 47 | 0 | 0 | 122 | 64 | 41 |
| Octal | 342 | 113 | 377 | 13 | 107 | 0 | 0 | 442 | 144 | 101 |
| Binary | 11100010 | 1001011 | 11111111 | 1011 | 1000111 | 0 | 0 | 100100010 | 1100100 | 1000001 |
Color Harmonies of #E24BFF
Complementary color
Monochromatic Colors of #E24BFF
Black with #E24BFF
Text Example
Text Example
White with #E24BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BFF; }
p { color: rgb(226,75,255); }
H1.HeaderClassName
{
color: #E24BFF;
}
.AnyTagClassName
{
color: #E24BFF;
}
</style>
background-color css
<style>
a { background-color: #E24BFF; }
a { background-color: rgb(226,75,255); }
div.DivClassName
{
background-color: #E24BFF;
}
.BgClassName
{
background-color: #E24BFF;
}
</style>
border-color css
<style>
span { border-color: #E24BFF; }
span { border-color: rgb(226,75,255); }
td.TdClassName
{
border-color: #E24BFF;
}
.TagClassName
{
border-color: #E24BFF;
}
</style>