#E96DFC

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

Shades of Heliotrope #E96DFC

Tints of Heliotrope #E96DFC

Color information

#E96DFC (or 0xE96DFC) is unknown color: approx Heliotrope. HEX triplet: E9, 6D and FC. RGB value is (233,109,252). Sum of RGB (Red+Green+Blue) = 233+109+252=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 109 (42.97% from 255 or 18.35% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #E96DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DFC is #169203. Grayscale: #A1A1A1. Windows color (decimal): -1479172 or 16543209. OLE color: 16543209.

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

Color convert

RGB233109252-
CMYK0.080.5700.01
HSL292.03º95.97%70.78%-
HSV(B)292.03º56.75%98.82%-
XYZ56.6435.2995.92-
YUV162.38178.58178.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.23%
GREEN value IS 109 (42.97% from 255) = 18.35%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=39.23%
G=18.35%
B=42.42%

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
Decimal2331092520.080.5700.01292.0395.9770.78
HexE96DFC839011246047
Octal351155374107101444140107
Binary1110100111011011111110010001110010110010010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DFC; }

 p { color: rgb(233,109,252); }

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

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

 a { background-color: rgb(233,109,252); }

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

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

 span { border-color: rgb(233,109,252); }

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