#E168F5

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

Shades of Heliotrope #E168F5

Tints of Heliotrope #E168F5

Color information

#E168F5 (or 0xE168F5) is unknown color: approx Heliotrope. HEX triplet: E1, 68 and F5. RGB value is (225,104,245). Sum of RGB (Red+Green+Blue) = 225+104+245=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #E168F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E168F5 is #1E970A. Grayscale: #9B9B9B. Windows color (decimal): -2004747 or 16083169. OLE color: 16083169.

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

Color convert

RGB225104245-
CMYK0.080.5800.04
HSL291.49º87.58%68.43%-
HSV(B)291.49º57.55%96.08%-
XYZ52.4832.589.89-
YUV156.25178.09177.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 104 (41.02% from 255) = 18.12%
BLUE value IS 245 (96.09% from 255) = 42.68%
R=39.20%
G=18.12%
B=42.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2251042450.080.5800.04291.4987.5868.43
HexE168F583A041235844
Octal341150365107204443130104
Binary111000011101000111101011000111010010010010001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168F5; }

 p { color: rgb(225,104,245); }

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

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

 a { background-color: rgb(225,104,245); }

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

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

 span { border-color: rgb(225,104,245); }

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