#E34FFA

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

Shades of Heliotrope #E34FFA

Tints of Heliotrope #E34FFA

Color information

#E34FFA (or 0xE34FFA) is unknown color: approx Heliotrope. HEX triplet: E3, 4F and FA. RGB value is (227,79,250). Sum of RGB (Red+Green+Blue) = 227+79+250=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 79 (31.25% from 255 or 14.21% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #E34FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E34FFA is #1CB005. Grayscale: #8E8E8E. Windows color (decimal): -1880070 or 16404451. OLE color: 16404451.

HSL color Cylindrical-coordinate representation of color #E34FFA: hue angle of 291.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E34FFA is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22779250-
CMYK0.090.6800.02
HSL291.93º94.48%64.51%-
HSV(B)291.93º68.4%98.04%-
XYZ51.7328.8293.28-
YUV142.75188.53188.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.83%
GREEN value IS 79 (31.25% from 255) = 14.21%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=40.83%
G=14.21%
B=44.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal227792500.090.6800.02291.9394.4864.51
HexE34FFA944021245e41
Octal3431173721110402444136101
Binary111000111001111111110101001100010001010010010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34FFA; }

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

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

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

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

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

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

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

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