#E16CF6

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

Shades of Heliotrope #E16CF6

Tints of Heliotrope #E16CF6

Color information

#E16CF6 (or 0xE16CF6) is unknown color: approx Heliotrope. HEX triplet: E1, 6C and F6. RGB value is (225,108,246). Sum of RGB (Red+Green+Blue) = 225+108+246=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #E16CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16CF6 is #1E9309. Grayscale: #9E9E9E. Windows color (decimal): -2003722 or 16149729. OLE color: 16149729.

HSL color Cylindrical-coordinate representation of color #E16CF6: hue angle of 290.87º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16CF6 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225108246-
CMYK0.090.5600.04
HSL290.87º88.46%69.41%-
HSV(B)290.87º56.1%96.47%-
XYZ53.0533.3990.84-
YUV158.72177.26175.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 108 (42.58% from 255) = 18.65%
BLUE value IS 246 (96.48% from 255) = 42.49%
R=38.86%
G=18.65%
B=42.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2251082460.090.5600.04290.8788.4669.41
HexE16CF6938041235845
Octal341154366117004443130105
Binary111000011101100111101101001111000010010010001110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CF6; }

 p { color: rgb(225,108,246); }

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

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

 a { background-color: rgb(225,108,246); }

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

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

 span { border-color: rgb(225,108,246); }

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