#E06EFD

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

Shades of Heliotrope #E06EFD

Tints of Heliotrope #E06EFD

Color information

#E06EFD (or 0xE06EFD) is unknown color: approx Heliotrope. HEX triplet: E0, 6E and FD. RGB value is (224,110,253). Sum of RGB (Red+Green+Blue) = 224+110+253=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 110 (43.36% from 255 or 18.74% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #E06EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EFD is #1F9102. Grayscale: #9F9F9F. Windows color (decimal): -2068739 or 16608992. OLE color: 16608992.

HSL color Cylindrical-coordinate representation of color #E06EFD: hue angle of 287.83º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06EFD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224110253-
CMYK0.110.5700.01
HSL287.83º97.28%71.18%-
HSV(B)287.83º56.52%99.22%-
XYZ54.0534.0996.66-
YUV160.39180.27173.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 110 (43.36% from 255) = 18.74%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=38.16%
G=18.74%
B=43.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241102530.110.5700.01287.8397.2871.18
HexE06EFDB39011206147
Octal340156375137101440141107
Binary1110000011011101111110110111110010110010000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06EFD; }

 p { color: rgb(224,110,253); }

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

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

 a { background-color: rgb(224,110,253); }

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

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

 span { border-color: rgb(224,110,253); }

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