#E086F5

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

Shades of Heliotrope #E086F5

Tints of Heliotrope #E086F5

Color information

#E086F5 (or 0xE086F5) is unknown color: approx Heliotrope. HEX triplet: E0, 86 and F5. RGB value is (224,134,245). Sum of RGB (Red+Green+Blue) = 224+134+245=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 245 - color contains mainly: blue. Hex color #E086F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E086F5 is #1F790A. Grayscale: #ADADAD. Windows color (decimal): -2062603 or 16090848. OLE color: 16090848.

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

Color convert

RGB224134245-
CMYK0.090.4500.04
HSL288.65º84.73%74.31%-
HSV(B)288.65º45.31%96.08%-
XYZ55.7539.4991.07-
YUV173.56168.32163.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 134 (52.73% from 255) = 22.22%
BLUE value IS 245 (96.09% from 255) = 40.63%
R=37.15%
G=22.22%
B=40.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241342450.090.4500.04288.6584.7374.31
HexE086F592D04121554a
Octal340206365115504441125112
Binary1110000010000110111101011001101101010010010000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E086F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E086F5; }

 p { color: rgb(224,134,245); }

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

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

 a { background-color: rgb(224,134,245); }

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

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

 span { border-color: rgb(224,134,245); }

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