#E066EE

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

Shades of Heliotrope #E066EE

Tints of Heliotrope #E066EE

Color information

#E066EE (or 0xE066EE) is unknown color: approx Heliotrope. HEX triplet: E0, 66 and EE. RGB value is (224,102,238). Sum of RGB (Red+Green+Blue) = 224+102+238=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #E066EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E066EE is #1F9911. Grayscale: #999999. Windows color (decimal): -2070802 or 15623904. OLE color: 15623904.

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

Color convert

RGB224102238-
CMYK0.060.5700.07
HSL293.82º80%66.67%-
HSV(B)293.82º57.14%93.33%-
XYZ50.9231.5284.29-
YUV153.98175.42177.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.72%
GREEN value IS 102 (40.23% from 255) = 18.09%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=39.72%
G=18.09%
B=42.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241022380.060.5700.07293.828066.67
HexE066EE639071265043
Octal34014635667107446120103
Binary11100000110011011101110110111001011110010011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E066EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E066EE; }

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

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

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

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

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

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

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

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