Shades of Heliotrope #E34BFF
Tints of Heliotrope #E34BFF
RGB
CMYK
RGB Variations
Color information
#E34BFF (or 0xE34BFF) is known color: Heliotrope. HEX triplet: E3, 4B and FF. RGB value is (227,75,255). Sum of RGB (Red+Green+Blue) = 227+75+255=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 75 (29.69% from 255 or 13.46% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #E34BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E34BFF is #1CB400. Grayscale: #8C8C8C. Windows color (decimal): -1881089 or 16731107. OLE color: 16731107.
HSL color Cylindrical-coordinate representation of color #E34BFF: hue angle of 290.67º 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 #E34BFF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 75 | 255 | - |
| CMYK | 0.11 | 0.71 | 0 | 0 |
| HSL | 290.67º | 1% | 0.65% | - |
| HSV(B) | 290.67º | 0.71% | 1% | - |
| XYZ | 52.24 | 28.58 | 97.37 | - |
| YUV | 140.97 | 192.36 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 255 | 0.11 | 0.71 | 0 | 0 | 290.67 | 1 | 0.65 |
| Hex | E3 | 4B | FF | B | 47 | 0 | 0 | 123 | 64 | 41 |
| Octal | 343 | 113 | 377 | 13 | 107 | 0 | 0 | 443 | 144 | 101 |
| Binary | 11100011 | 1001011 | 11111111 | 1011 | 1000111 | 0 | 0 | 100100011 | 1100100 | 1000001 |
Color Harmonies of #E34BFF
Complementary color
Monochromatic Colors of #E34BFF
Black with #E34BFF
Text Example
Text Example
White with #E34BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34BFF; }
p { color: rgb(227,75,255); }
H1.HeaderClassName
{
color: #E34BFF;
}
.AnyTagClassName
{
color: #E34BFF;
}
</style>
background-color css
<style>
a { background-color: #E34BFF; }
a { background-color: rgb(227,75,255); }
div.DivClassName
{
background-color: #E34BFF;
}
.BgClassName
{
background-color: #E34BFF;
}
</style>
border-color css
<style>
span { border-color: #E34BFF; }
span { border-color: rgb(227,75,255); }
td.TdClassName
{
border-color: #E34BFF;
}
.TagClassName
{
border-color: #E34BFF;
}
</style>