#E96EFA

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

Shades of Heliotrope #E96EFA

Tints of Heliotrope #E96EFA

Color information

#E96EFA (or 0xE96EFA) is unknown color: approx Heliotrope. HEX triplet: E9, 6E and FA. RGB value is (233,110,250). Sum of RGB (Red+Green+Blue) = 233+110+250=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 110 (43.36% from 255 or 18.55% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #E96EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96EFA is #169105. Grayscale: #A2A2A2. Windows color (decimal): -1478918 or 16412393. OLE color: 16412393.

HSL color Cylindrical-coordinate representation of color #E96EFA: hue angle of 292.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96EFA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233110250-
CMYK0.070.5600.02
HSL292.71º93.33%70.59%-
HSV(B)292.71º56%98.04%-
XYZ56.4435.3894.3-
YUV162.74177.25178.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.29%
GREEN value IS 110 (43.36% from 255) = 18.55%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=39.29%
G=18.55%
B=42.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331102500.070.5600.02292.7193.3370.59
HexE96EFA738021255d47
Octal35115637277002445135107
Binary1110100111011101111101011111100001010010010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96EFA; }

 p { color: rgb(233,110,250); }

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

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

 a { background-color: rgb(233,110,250); }

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

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

 span { border-color: rgb(233,110,250); }

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