#E06AF3

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

Shades of Heliotrope #E06AF3

Tints of Heliotrope #E06AF3

Color information

#E06AF3 (or 0xE06AF3) is unknown color: approx Heliotrope. HEX triplet: E0, 6A and F3. RGB value is (224,106,243). Sum of RGB (Red+Green+Blue) = 224+106+243=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #E06AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AF3 is #1F950C. Grayscale: #9C9C9C. Windows color (decimal): -2069773 or 15952608. OLE color: 15952608.

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

Color convert

RGB224106243-
CMYK0.080.5600.05
HSL291.68º85.09%68.43%-
HSV(B)291.68º56.38%95.29%-
XYZ52.0732.6388.35-
YUV156.9176.59175.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 106 (41.80% from 255) = 18.50%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=39.09%
G=18.50%
B=42.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241062430.080.5600.05291.6885.0968.43
HexE06AF3838051245544
Octal340152363107005444125104
Binary111000001101010111100111000111000010110010010010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06AF3; }

 p { color: rgb(224,106,243); }

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

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

 a { background-color: rgb(224,106,243); }

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

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

 span { border-color: rgb(224,106,243); }

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