#E16DFA

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

Shades of Heliotrope #E16DFA

Tints of Heliotrope #E16DFA

Color information

#E16DFA (or 0xE16DFA) is unknown color: approx Heliotrope. HEX triplet: E1, 6D and FA. RGB value is (225,109,250). Sum of RGB (Red+Green+Blue) = 225+109+250=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 109 (42.97% from 255 or 18.66% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #E16DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DFA is #1E9205. Grayscale: #9F9F9F. Windows color (decimal): -2003462 or 16412129. OLE color: 16412129.

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

Color convert

RGB225109250-
CMYK0.100.5600.02
HSL289.36º93.38%70.39%-
HSV(B)289.36º56.4%98.04%-
XYZ53.7833.8594.14-
YUV159.76178.93174.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 109 (42.97% from 255) = 18.66%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=38.53%
G=18.66%
B=42.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251092500.100.5600.02289.3693.3870.39
HexE16DFAA38021215d46
Octal341155372127002441135106
Binary11100001110110111111010101011100001010010000110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DFA; }

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

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

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

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

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

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

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

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