#E164DF

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

Shades of Free Speech Magenta #E164DF

Tints of Free Speech Magenta #E164DF

Color information

#E164DF (or 0xE164DF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 64 and DF. RGB value is (225,100,223). Sum of RGB (Red+Green+Blue) = 225+100+223=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E164DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164DF is #1E9B20. Grayscale: #979797. Windows color (decimal): -2005793 or 14640353. OLE color: 14640353.

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

Color convert

RGB225100223-
CMYK00.560.010.12
HSL300.96º67.57%63.73%-
HSV(B)300.96º55.56%88.24%-
XYZ48.9330.4573.11-
YUV151.4168.41180.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 100 (39.45% from 255) = 18.25%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=41.06%
G=18.25%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510022300.560.010.12300.9667.5763.73
HexE164DF0381C12d4440
Octal341144337070114455104100
Binary1110000111001001101111101110001110010010110110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164DF; }

 p { color: rgb(225,100,223); }

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

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

 a { background-color: rgb(225,100,223); }

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

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

 span { border-color: rgb(225,100,223); }

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