#E96EFD

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

Shades of Heliotrope #E96EFD

Tints of Heliotrope #E96EFD

Color information

#E96EFD (or 0xE96EFD) is unknown color: approx Heliotrope. HEX triplet: E9, 6E and FD. RGB value is (233,110,253). Sum of RGB (Red+Green+Blue) = 233+110+253=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 110 (43.36% from 255 or 18.46% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #E96EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96EFD is #169102. Grayscale: #A2A2A2. Windows color (decimal): -1478915 or 16609001. OLE color: 16609001.

HSL color Cylindrical-coordinate representation of color #E96EFD: hue angle of 291.61º 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 #E96EFD is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233110253-
CMYK0.080.5700.01
HSL291.61º97.28%71.18%-
HSV(B)291.61º56.52%99.22%-
XYZ56.9135.5796.79-
YUV163.08178.75177.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.09%
GREEN value IS 110 (43.36% from 255) = 18.46%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=39.09%
G=18.46%
B=42.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331102530.080.5700.01291.6197.2871.18
HexE96EFD839011246147
Octal351156375107101444141107
Binary1110100111011101111110110001110010110010010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96EFD; }

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

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

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

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

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

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

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

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