#E166DA

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

Shades of Free Speech Magenta #E166DA

Tints of Free Speech Magenta #E166DA

Color information

#E166DA (or 0xE166DA) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 66 and DA. RGB value is (225,102,218). Sum of RGB (Red+Green+Blue) = 225+102+218=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E166DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166DA is #1E9925. Grayscale: #979797. Windows color (decimal): -2005286 or 14313185. OLE color: 14313185.

HSL color Cylindrical-coordinate representation of color #E166DA: hue angle of 303.41º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E166DA is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225102218-
CMYK00.550.030.12
HSL303.41º67.21%64.12%-
HSV(B)303.41º54.67%88.24%-
XYZ48.4630.5769.68-
YUV152165.25180.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 102 (40.23% from 255) = 18.72%
BLUE value IS 218 (85.55% from 255) = 40%
R=41.28%
G=18.72%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510221800.550.030.12303.4167.2164.12
HexE166DA0373C12f4340
Octal341146332067314457103100
Binary11100001110011011011010011011111110010010111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E166DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E166DA; }

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

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

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

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

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

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

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

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