#E16DFB

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

Shades of Heliotrope #E16DFB

Tints of Heliotrope #E16DFB

Color information

#E16DFB (or 0xE16DFB) is unknown color: approx Heliotrope. HEX triplet: E1, 6D and FB. RGB value is (225,109,251). Sum of RGB (Red+Green+Blue) = 225+109+251=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #E16DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DFB is #1E9204. Grayscale: #9F9F9F. Windows color (decimal): -2003461 or 16477665. OLE color: 16477665.

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

Color convert

RGB225109251-
CMYK0.100.5700.02
HSL289.01º94.67%70.59%-
HSV(B)289.01º56.57%98.43%-
XYZ53.9333.9194.97-
YUV159.87179.43174.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 109 (42.97% from 255) = 18.63%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=38.46%
G=18.63%
B=42.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251092510.100.5700.02289.0194.6770.59
HexE16DFBA39021215f47
Octal341155373127102441137107
Binary11100001110110111111011101011100101010010000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DFB; }

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

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

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

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

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

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

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

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