#E96DFB

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

Shades of Heliotrope #E96DFB

Tints of Heliotrope #E96DFB

Color information

#E96DFB (or 0xE96DFB) is unknown color: approx Heliotrope. HEX triplet: E9, 6D and FB. RGB value is (233,109,251). Sum of RGB (Red+Green+Blue) = 233+109+251=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 109 (42.97% from 255 or 18.38% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #E96DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DFB is #169204. Grayscale: #A1A1A1. Windows color (decimal): -1479173 or 16477673. OLE color: 16477673.

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

Color convert

RGB233109251-
CMYK0.070.5700.02
HSL292.39º94.67%70.59%-
HSV(B)292.39º56.57%98.43%-
XYZ56.4935.2395.09-
YUV162.26178.08178.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.29%
GREEN value IS 109 (42.97% from 255) = 18.38%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=39.29%
G=18.38%
B=42.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331092510.070.5700.02292.3994.6770.59
HexE96DFB739021245f47
Octal35115537377102444137107
Binary1110100111011011111101111111100101010010010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DFB; }

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

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

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

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

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

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

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

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