#E06BEE

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

Shades of Heliotrope #E06BEE

Tints of Heliotrope #E06BEE

Color information

#E06BEE (or 0xE06BEE) is unknown color: approx Heliotrope. HEX triplet: E0, 6B and EE. RGB value is (224,107,238). Sum of RGB (Red+Green+Blue) = 224+107+238=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #E06BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BEE is #1F9411. Grayscale: #9C9C9C. Windows color (decimal): -2069522 or 15625184. OLE color: 15625184.

HSL color Cylindrical-coordinate representation of color #E06BEE: hue angle of 293.59º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06BEE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224107238-
CMYK0.060.5500.07
HSL293.59º79.39%67.65%-
HSV(B)293.59º55.04%93.33%-
XYZ51.4332.5484.46-
YUV156.92173.76175.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.37%
GREEN value IS 107 (42.19% from 255) = 18.80%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=39.37%
G=18.80%
B=41.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241072380.060.5500.07293.5979.3967.65
HexE06BEE637071264f44
Octal34015335666707446117104
Binary11100000110101111101110110110111011110010011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BEE; }

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

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

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

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

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

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

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

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