#E046FF

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

Shades of Heliotrope #E046FF

Tints of Heliotrope #E046FF

Color information

#E046FF (or 0xE046FF) is unknown color: approx Heliotrope. HEX triplet: E0, 46 and FF. RGB value is (224,70,255). Sum of RGB (Red+Green+Blue) = 224+70+255=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 70 (27.73% from 255 or 12.75% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #E046FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E046FF is #1FB900. Grayscale: #888888. Windows color (decimal): -2078977 or 16729824. OLE color: 16729824.

HSL color Cylindrical-coordinate representation of color #E046FF: hue angle of 289.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E046FF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22470255-
CMYK0.120.7300
HSL289.95º100%63.73%-
HSV(B)289.95º72.55%100%-
XYZ50.9827.4597.22-
YUV137.14194.52189.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 70 (27.73% from 255) = 12.75%
BLUE value IS 255 (100% from 255) = 46.45%
R=40.80%
G=12.75%
B=46.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224702550.120.7300289.9510063.73
HexE046FFC49001226440
Octal3401063771411100442144100
Binary11100000100011011111111110010010010010010001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E046FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E046FF; }

 p { color: rgb(224,70,255); }

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

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

 a { background-color: rgb(224,70,255); }

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

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

 span { border-color: rgb(224,70,255); }

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