#E166F1

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

Shades of Heliotrope #E166F1

Tints of Heliotrope #E166F1

Color information

#E166F1 (or 0xE166F1) is unknown color: approx Heliotrope. HEX triplet: E1, 66 and F1. RGB value is (225,102,241). Sum of RGB (Red+Green+Blue) = 225+102+241=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #E166F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166F1 is #1E990E. Grayscale: #9A9A9A. Windows color (decimal): -2005263 or 15820513. OLE color: 15820513.

HSL color Cylindrical-coordinate representation of color #E166F1: hue angle of 293.09º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E166F1 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225102241-
CMYK0.070.5800.05
HSL293.09º83.23%67.25%-
HSV(B)293.09º57.68%94.51%-
XYZ51.6831.8686.65-
YUV154.62176.75178.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 102 (40.23% from 255) = 17.96%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=39.61%
G=17.96%
B=42.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251022410.070.5800.05293.0983.2367.25
HexE166F173A051255343
Octal34114636177205445123103
Binary11100001110011011110001111111010010110010010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E166F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E166F1; }

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

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

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

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

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

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

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

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