#E16DF0

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

Shades of Heliotrope #E16DF0

Tints of Heliotrope #E16DF0

Color information

#E16DF0 (or 0xE16DF0) is unknown color: approx Heliotrope. HEX triplet: E1, 6D and F0. RGB value is (225,109,240). Sum of RGB (Red+Green+Blue) = 225+109+240=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #E16DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DF0 is #1E920F. Grayscale: #9E9E9E. Windows color (decimal): -2003472 or 15756769. OLE color: 15756769.

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

Color convert

RGB225109240-
CMYK0.060.5500.06
HSL293.13º81.37%68.43%-
HSV(B)293.13º54.58%94.12%-
XYZ52.2533.2486.1-
YUV158.62173.93175.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 109 (42.97% from 255) = 18.99%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=39.20%
G=18.99%
B=41.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251092400.060.5500.06293.1381.3768.43
HexE16DF0637061255144
Octal34115536066706445121104
Binary11100001110110111110000110110111011010010010110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DF0; }

 p { color: rgb(225,109,240); }

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

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

 a { background-color: rgb(225,109,240); }

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

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

 span { border-color: rgb(225,109,240); }

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