#E06DFE

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

Shades of Heliotrope #E06DFE

Tints of Heliotrope #E06DFE

Color information

#E06DFE (or 0xE06DFE) is unknown color: approx Heliotrope. HEX triplet: E0, 6D and FE. RGB value is (224,109,254). Sum of RGB (Red+Green+Blue) = 224+109+254=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #E06DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06DFE is #1F9201. Grayscale: #9F9F9F. Windows color (decimal): -2068994 or 16674272. OLE color: 16674272.

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

Color convert

RGB224109254-
CMYK0.120.5700.00
HSL287.59º98.64%71.18%-
HSV(B)287.59º57.09%99.61%-
XYZ54.133.9497.47-
YUV159.92181.1173.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 109 (42.97% from 255) = 18.57%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=38.16%
G=18.57%
B=43.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241092540.120.5700.00287.5998.6471.18
HexE06DFEC39001206347
Octal340155376147100440143107
Binary1110000011011011111111011001110010010010000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06DFE; }

 p { color: rgb(224,109,254); }

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

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

 a { background-color: rgb(224,109,254); }

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

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

 span { border-color: rgb(224,109,254); }

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