Shades of Heliotrope #E34DFB
Tints of Heliotrope #E34DFB
RGB
CMYK
RGB Variations
Color information
#E34DFB (or 0xE34DFB) is known color: Heliotrope. HEX triplet: E3, 4D and FB. RGB value is (227,77,251). Sum of RGB (Red+Green+Blue) = 227+77+251=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 77 (30.47% from 255 or 13.87% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #E34DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E34DFB is #1CB204. Grayscale: #8D8D8D. Windows color (decimal): -1880581 or 16469475. OLE color: 16469475.
HSL color Cylindrical-coordinate representation of color #E34DFB: hue angle of 291.72º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34DFB is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 77 | 251 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.02 |
| HSL | 291.72º | 0.96% | 0.64% | - |
| HSV(B) | 291.72º | 0.69% | 0.98% | - |
| XYZ | 51.75 | 28.6 | 94.06 | - |
| YUV | 141.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 251 | 0.10 | 0.69 | 0 | 0.02 | 291.72 | 0.96 | 0.64 |
| Hex | E3 | 4D | FB | A | 45 | 0 | 2 | 124 | 60 | 40 |
| Octal | 343 | 115 | 373 | 12 | 105 | 0 | 2 | 444 | 140 | 100 |
| Binary | 11100011 | 1001101 | 11111011 | 1010 | 1000101 | 0 | 10 | 100100100 | 1100000 | 1000000 |
Color Harmonies of #E34DFB
Complementary color
Monochromatic Colors of #E34DFB
Black with #E34DFB
Text Example
Text Example
White with #E34DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DFB; }
p { color: rgb(227,77,251); }
H1.HeaderClassName
{
color: #E34DFB;
}
.AnyTagClassName
{
color: #E34DFB;
}
</style>
background-color css
<style>
a { background-color: #E34DFB; }
a { background-color: rgb(227,77,251); }
div.DivClassName
{
background-color: #E34DFB;
}
.BgClassName
{
background-color: #E34DFB;
}
</style>
border-color css
<style>
span { border-color: #E34DFB; }
span { border-color: rgb(227,77,251); }
td.TdClassName
{
border-color: #E34DFB;
}
.TagClassName
{
border-color: #E34DFB;
}
</style>