#E36AF0

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

Shades of Heliotrope #E36AF0

Tints of Heliotrope #E36AF0

Color information

#E36AF0 (or 0xE36AF0) is unknown color: approx Heliotrope. HEX triplet: E3, 6A and F0. RGB value is (227,106,240). Sum of RGB (Red+Green+Blue) = 227+106+240=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #E36AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36AF0 is #1C950F. Grayscale: #9D9D9D. Windows color (decimal): -1873168 or 15756003. OLE color: 15756003.

HSL color Cylindrical-coordinate representation of color #E36AF0: hue angle of 294.18º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E36AF0 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227106240-
CMYK0.050.5600.06
HSL294.18º81.71%67.84%-
HSV(B)294.18º55.83%94.12%-
XYZ52.5632.9386.02-
YUV157.45174.59177.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.62%
GREEN value IS 106 (41.80% from 255) = 18.50%
BLUE value IS 240 (94.14% from 255) = 41.88%
R=39.62%
G=18.50%
B=41.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271062400.050.5600.06294.1881.7167.84
HexE36AF0538061265244
Octal34315236057006446122104
Binary11100011110101011110000101111000011010010011010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36AF0; }

 p { color: rgb(227,106,240); }

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

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

 a { background-color: rgb(227,106,240); }

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

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

 span { border-color: rgb(227,106,240); }

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