#E06CFF

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

Shades of Heliotrope #E06CFF

Tints of Heliotrope #E06CFF

Color information

#E06CFF (or 0xE06CFF) is unknown color: approx Heliotrope. HEX triplet: E0, 6C and FF. RGB value is (224,108,255). Sum of RGB (Red+Green+Blue) = 224+108+255=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 108 (42.58% from 255 or 18.40% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #E06CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CFF is #1F9300. Grayscale: #9E9E9E. Windows color (decimal): -2069249 or 16739552. OLE color: 16739552.

HSL color Cylindrical-coordinate representation of color #E06CFF: hue angle of 287.35º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E06CFF is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224108255-
CMYK0.120.5800
HSL287.35º100%71.18%-
HSV(B)287.35º57.65%100%-
XYZ54.1533.7998.28-
YUV159.44181.93174.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 108 (42.58% from 255) = 18.40%
BLUE value IS 255 (100% from 255) = 43.44%
R=38.16%
G=18.40%
B=43.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241082550.120.5800287.3510071.18
HexE06CFFC3A0011f6447
Octal340154377147200437144107
Binary1110000011011001111111111001110100010001111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CFF; }

 p { color: rgb(224,108,255); }

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

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

 a { background-color: rgb(224,108,255); }

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

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

 span { border-color: rgb(224,108,255); }

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