#E166EA

Color #E166EA Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E166EA

Tints of Free Speech Magenta #E166EA

Color information

#E166EA (or 0xE166EA) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 66 and EA. RGB value is (225,102,234). Sum of RGB (Red+Green+Blue) = 225+102+234=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #E166EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E166EA is #1E9915. Grayscale: #999999. Windows color (decimal): -2005270 or 15361761. OLE color: 15361761.

HSL color Cylindrical-coordinate representation of color #E166EA: hue angle of 295.91º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E166EA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225102234-
CMYK0.040.5600.08
HSL295.91º75.86%65.88%-
HSV(B)295.91º56.41%91.76%-
XYZ50.6531.4581.24-
YUV153.82173.25178.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 102 (40.23% from 255) = 18.18%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=40.11%
G=18.18%
B=41.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251022340.040.5600.08295.9175.8665.88
HexE166EA438081284c42
Octal341146352470010450114102
Binary111000011100110111010101001110000100010010100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E166EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E166EA; }

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

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

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

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

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

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

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

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