#E868F5

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

Shades of Heliotrope #E868F5

Tints of Heliotrope #E868F5

Color information

#E868F5 (or 0xE868F5) is unknown color: approx Heliotrope. HEX triplet: E8, 68 and F5. RGB value is (232,104,245). Sum of RGB (Red+Green+Blue) = 232+104+245=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #E868F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E868F5 is #17970A. Grayscale: #9D9D9D. Windows color (decimal): -1545995 or 16083176. OLE color: 16083176.

HSL color Cylindrical-coordinate representation of color #E868F5: hue angle of 294.47º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E868F5 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB232104245-
CMYK0.050.5800.04
HSL294.47º87.58%68.43%-
HSV(B)294.47º57.55%96.08%-
XYZ54.7133.6590-
YUV158.35176.91180.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 104 (41.02% from 255) = 17.90%
BLUE value IS 245 (96.09% from 255) = 42.17%
R=39.93%
G=17.90%
B=42.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2321042450.050.5800.04294.4787.5868.43
HexE868F553A041265844
Octal35015036557204446130104
Binary11101000110100011110101101111010010010010011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E868F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E868F5; }

 p { color: rgb(232,104,245); }

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

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

 a { background-color: rgb(232,104,245); }

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

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

 span { border-color: rgb(232,104,245); }

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