#E166FF

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

Shades of Heliotrope #E166FF

Tints of Heliotrope #E166FF

Color information

#E166FF (or 0xE166FF) is unknown color: approx Heliotrope. HEX triplet: E1, 66 and FF. RGB value is (225,102,255). Sum of RGB (Red+Green+Blue) = 225+102+255=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 102 (40.23% from 255 or 17.53% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #E166FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166FF is #1E9900. Grayscale: #9B9B9B. Windows color (decimal): -2005249 or 16738017. OLE color: 16738017.

HSL color Cylindrical-coordinate representation of color #E166FF: hue angle of 288.24º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E166FF is Cyan = 0.12, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225102255-
CMYK0.120.600
HSL288.24º100%70%-
HSV(B)288.24º60%100%-
XYZ53.8532.7398.09-
YUV156.22183.75177.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 102 (40.23% from 255) = 17.53%
BLUE value IS 255 (100% from 255) = 43.81%
R=38.66%
G=17.53%
B=43.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251022550.120.600288.2410070
HexE166FFC3C001206446
Octal341146377147400440144106
Binary1110000111001101111111111001111000010010000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E166FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E166FF; }

 p { color: rgb(225,102,255); }

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

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

 a { background-color: rgb(225,102,255); }

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

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

 span { border-color: rgb(225,102,255); }

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