#e96ffe

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

Shades of Heliotrope #E96FFE

Tints of Heliotrope #E96FFE

Color information

#E96FFE (or 0xE96FFE) is unknown color: approx Heliotrope. HEX triplet: E9, 6F and FE. RGB value is (233,111,254). Sum of RGB (Red+Green+Blue) = 233+111+254=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 111 (43.75% from 255 or 18.56% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #E96FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96FFE is #169001. Grayscale: #A3A3A3. Windows color (decimal): -1478658 or 16674793. OLE color: 16674793.

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

Color convert

RGB233111254-
CMYK0.080.5600.00
HSL291.19º98.62%71.57%-
HSV(B)291.19º56.3%99.61%-
XYZ57.1835.8597.67-
YUV163.78178.92177.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 111 (43.75% from 255) = 18.56%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=38.96%
G=18.56%
B=42.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331112540.080.5600.00291.1998.6271.57
HexE96FFE838001236348
Octal351157376107000443143110
Binary1110100111011111111111010001110000010010001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96ffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96ffe; }

 p { color: rgb(233,111,254); }

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

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

 a { background-color: rgb(233,111,254); }

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

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

 span { border-color: rgb(233,111,254); }

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