#E06BF0

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

Shades of Heliotrope #E06BF0

Tints of Heliotrope #E06BF0

Color information

#E06BF0 (or 0xE06BF0) is unknown color: approx Heliotrope. HEX triplet: E0, 6B and F0. RGB value is (224,107,240). Sum of RGB (Red+Green+Blue) = 224+107+240=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #E06BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BF0 is #1F940F. Grayscale: #9C9C9C. Windows color (decimal): -2069520 or 15756256. OLE color: 15756256.

HSL color Cylindrical-coordinate representation of color #E06BF0: hue angle of 292.78º degrees, saturation: 0.82, 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 #E06BF0 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224107240-
CMYK0.070.5500.06
HSL292.78º81.6%68.04%-
HSV(B)292.78º55.42%94.12%-
XYZ51.7332.6586.01-
YUV157.14174.76175.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 107 (42.19% from 255) = 18.74%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=39.23%
G=18.74%
B=42.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241072400.070.5500.06292.7881.668.04
HexE06BF0737061255244
Octal34015336076706445122104
Binary11100000110101111110000111110111011010010010110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BF0; }

 p { color: rgb(224,107,240); }

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

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

 a { background-color: rgb(224,107,240); }

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

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

 span { border-color: rgb(224,107,240); }

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