#E06BEF

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

Shades of Heliotrope #E06BEF

Tints of Heliotrope #E06BEF

Color information

#E06BEF (or 0xE06BEF) is unknown color: approx Heliotrope. HEX triplet: E0, 6B and EF. RGB value is (224,107,239). Sum of RGB (Red+Green+Blue) = 224+107+239=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #E06BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BEF is #1F9410. Grayscale: #9C9C9C. Windows color (decimal): -2069521 or 15690720. OLE color: 15690720.

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

Color convert

RGB224107239-
CMYK0.060.5500.06
HSL293.18º80.49%67.84%-
HSV(B)293.18º55.23%93.73%-
XYZ51.5832.5985.23-
YUV157.03174.26175.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 107 (42.19% from 255) = 18.77%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=39.30%
G=18.77%
B=41.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241072390.060.5500.06293.1880.4967.84
HexE06BEF637061255044
Octal34015335766706445120104
Binary11100000110101111101111110110111011010010010110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BEF; }

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

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

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

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

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

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

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

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