Shades of Heliotrope #E34DFF
Tints of Heliotrope #E34DFF
RGB
CMYK
RGB Variations
Color information
#E34DFF (or 0xE34DFF) is known color: Heliotrope. HEX triplet: E3, 4D and FF. RGB value is (227,77,255). Sum of RGB (Red+Green+Blue) = 227+77+255=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 77 (30.47% from 255 or 13.77% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #E34DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E34DFF is #1CB200. Grayscale: #8D8D8D. Windows color (decimal): -1880577 or 16731619. OLE color: 16731619.
HSL color Cylindrical-coordinate representation of color #E34DFF: hue angle of 290.56º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34DFF is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 77 | 255 | - |
| CMYK | 0.11 | 0.70 | 0 | 0 |
| HSL | 290.56º | 1% | 0.65% | - |
| HSV(B) | 290.56º | 0.7% | 1% | - |
| XYZ | 52.38 | 28.86 | 97.42 | - |
| YUV | 142.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 255 | 0.11 | 0.70 | 0 | 0 | 290.56 | 1 | 0.65 |
| Hex | E3 | 4D | FF | B | 46 | 0 | 0 | 123 | 64 | 41 |
| Octal | 343 | 115 | 377 | 13 | 106 | 0 | 0 | 443 | 144 | 101 |
| Binary | 11100011 | 1001101 | 11111111 | 1011 | 1000110 | 0 | 0 | 100100011 | 1100100 | 1000001 |
Color Harmonies of #E34DFF
Complementary color
Monochromatic Colors of #E34DFF
Black with #E34DFF
Text Example
Text Example
White with #E34DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DFF; }
p { color: rgb(227,77,255); }
H1.HeaderClassName
{
color: #E34DFF;
}
.AnyTagClassName
{
color: #E34DFF;
}
</style>
background-color css
<style>
a { background-color: #E34DFF; }
a { background-color: rgb(227,77,255); }
div.DivClassName
{
background-color: #E34DFF;
}
.BgClassName
{
background-color: #E34DFF;
}
</style>
border-color css
<style>
span { border-color: #E34DFF; }
span { border-color: rgb(227,77,255); }
td.TdClassName
{
border-color: #E34DFF;
}
.TagClassName
{
border-color: #E34DFF;
}
</style>