#E34EFA

Color #E34EFA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E34EFA

Tints of Heliotrope #E34EFA

Color information

#E34EFA (or 0xE34EFA) is unknown color: approx Heliotrope. HEX triplet: E3, 4E and FA. RGB value is (227,78,250). Sum of RGB (Red+Green+Blue) = 227+78+250=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 78 (30.86% from 255 or 14.05% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #E34EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E34EFA is #1CB105. Grayscale: #8D8D8D. Windows color (decimal): -1880326 or 16404195. OLE color: 16404195.

HSL color Cylindrical-coordinate representation of color #E34EFA: hue angle of 291.98º degrees, saturation: 0.95, 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 #E34EFA is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22778250-
CMYK0.090.6900.02
HSL291.98º94.51%64.31%-
HSV(B)291.98º68.8%98.04%-
XYZ51.6628.6893.26-
YUV142.16188.86188.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 40.90%
GREEN value IS 78 (30.86% from 255) = 14.05%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=40.90%
G=14.05%
B=45.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal227782500.090.6900.02291.9894.5164.31
HexE34EFA945021245f40
Octal3431163721110502444137100
Binary111000111001110111110101001100010101010010010010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34EFA; }

 p { color: rgb(227,78,250); }

 H1.HeaderClassName
 {
   color: #E34EFA;
 }
 .AnyTagClassName
 {
   color: #E34EFA;
 }
</style>
background-color css

<style>
 a { background-color: #E34EFA; }

 a { background-color: rgb(227,78,250); }

 div.DivClassName
 {
   background-color: #E34EFA;
 }
 .BgClassName
 {
   background-color: #E34EFA;
 }
</style>
border-color css

<style>
 span { border-color: #E34EFA; }

 span { border-color: rgb(227,78,250); }

 td.TdClassName
 {
   border-color: #E34EFA;
 }
 .TagClassName
 {
   border-color: #E34EFA;
 }
</style>