#E266EE

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

Shades of Heliotrope #E266EE

Tints of Heliotrope #E266EE

Color information

#E266EE (or 0xE266EE) is unknown color: approx Heliotrope. HEX triplet: E2, 66 and EE. RGB value is (226,102,238). Sum of RGB (Red+Green+Blue) = 226+102+238=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #E266EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E266EE is #1D9911. Grayscale: #9A9A9A. Windows color (decimal): -1939730 or 15623906. OLE color: 15623906.

HSL color Cylindrical-coordinate representation of color #E266EE: hue angle of 294.71º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E266EE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226102238-
CMYK0.050.5700.07
HSL294.71º80%66.67%-
HSV(B)294.71º57.14%93.33%-
XYZ51.5531.8484.32-
YUV154.58175.08178.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.93%
GREEN value IS 102 (40.23% from 255) = 18.02%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=39.93%
G=18.02%
B=42.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261022380.050.5700.07294.718066.67
HexE266EE539071275043
Octal34214635657107447120103
Binary11100010110011011101110101111001011110010011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E266EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E266EE; }

 p { color: rgb(226,102,238); }

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

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

 a { background-color: rgb(226,102,238); }

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

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

 span { border-color: rgb(226,102,238); }

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