#E96CF9

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

Shades of Heliotrope #E96CF9

Tints of Heliotrope #E96CF9

Color information

#E96CF9 (or 0xE96CF9) is unknown color: approx Heliotrope. HEX triplet: E9, 6C and F9. RGB value is (233,108,249). Sum of RGB (Red+Green+Blue) = 233+108+249=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 108 (42.58% from 255 or 18.31% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #E96CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96CF9 is #169306. Grayscale: #A1A1A1. Windows color (decimal): -1479431 or 16346345. OLE color: 16346345.

HSL color Cylindrical-coordinate representation of color #E96CF9: hue angle of 293.19º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E96CF9 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233108249-
CMYK0.060.5700.02
HSL293.19º92.16%70%-
HSV(B)293.19º56.63%97.65%-
XYZ56.0734.8993.4-
YUV161.45177.41179.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 108 (42.58% from 255) = 18.31%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=39.49%
G=18.31%
B=42.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331082490.060.5700.02293.1992.1670
HexE96CF9639021255c46
Octal35115437167102445134106
Binary1110100111011001111100111011100101010010010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96CF9; }

 p { color: rgb(233,108,249); }

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

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

 a { background-color: rgb(233,108,249); }

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

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

 span { border-color: rgb(233,108,249); }

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