Shades of Heliotrope #E34EFD
Tints of Heliotrope #E34EFD
RGB
CMYK
RGB Variations
Color information
#E34EFD (or 0xE34EFD) is known color: Heliotrope. HEX triplet: E3, 4E and FD. RGB value is (227,78,253). Sum of RGB (Red+Green+Blue) = 227+78+253=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 78 (30.86% from 255 or 13.98% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #E34EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E34EFD is #1CB102. Grayscale: #8D8D8D. Windows color (decimal): -1880323 or 16600803. OLE color: 16600803.
HSL color Cylindrical-coordinate representation of color #E34EFD: hue angle of 291.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34EFD is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 78 | 253 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.01 |
| HSL | 291.09º | 0.98% | 0.65% | - |
| HSV(B) | 291.09º | 0.69% | 0.99% | - |
| XYZ | 52.13 | 28.87 | 95.75 | - |
| YUV | 142.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 78 | 253 | 0.10 | 0.69 | 0 | 0.01 | 291.09 | 0.98 | 0.65 |
| Hex | E3 | 4E | FD | A | 45 | 0 | 1 | 123 | 62 | 41 |
| Octal | 343 | 116 | 375 | 12 | 105 | 0 | 1 | 443 | 142 | 101 |
| Binary | 11100011 | 1001110 | 11111101 | 1010 | 1000101 | 0 | 1 | 100100011 | 1100010 | 1000001 |
Color Harmonies of #E34EFD
Complementary color
Monochromatic Colors of #E34EFD
Black with #E34EFD
Text Example
Text Example
White with #E34EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34EFD; }
p { color: rgb(227,78,253); }
H1.HeaderClassName
{
color: #E34EFD;
}
.AnyTagClassName
{
color: #E34EFD;
}
</style>
background-color css
<style>
a { background-color: #E34EFD; }
a { background-color: rgb(227,78,253); }
div.DivClassName
{
background-color: #E34EFD;
}
.BgClassName
{
background-color: #E34EFD;
}
</style>
border-color css
<style>
span { border-color: #E34EFD; }
span { border-color: rgb(227,78,253); }
td.TdClassName
{
border-color: #E34EFD;
}
.TagClassName
{
border-color: #E34EFD;
}
</style>