#E06EFB

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

Shades of Heliotrope #E06EFB

Tints of Heliotrope #E06EFB

Color information

#E06EFB (or 0xE06EFB) is unknown color: approx Heliotrope. HEX triplet: E0, 6E and FB. RGB value is (224,110,251). Sum of RGB (Red+Green+Blue) = 224+110+251=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #E06EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EFB is #1F9104. Grayscale: #9F9F9F. Windows color (decimal): -2068741 or 16477920. OLE color: 16477920.

HSL color Cylindrical-coordinate representation of color #E06EFB: hue angle of 288.51º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06EFB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224110251-
CMYK0.110.5600.02
HSL288.51º94.63%70.78%-
HSV(B)288.51º56.18%98.43%-
XYZ53.7333.9694.99-
YUV160.16179.27173.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 110 (43.36% from 255) = 18.80%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=38.29%
G=18.80%
B=42.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241102510.110.5600.02288.5194.6370.78
HexE06EFBB38021215f47
Octal340156373137002441137107
Binary11100000110111011111011101111100001010010000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06EFB; }

 p { color: rgb(224,110,251); }

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

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

 a { background-color: rgb(224,110,251); }

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

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

 span { border-color: rgb(224,110,251); }

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