#E161DF

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

Shades of Free Speech Magenta #E161DF

Tints of Free Speech Magenta #E161DF

Color information

#E161DF (or 0xE161DF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 61 and DF. RGB value is (225,97,223). Sum of RGB (Red+Green+Blue) = 225+97+223=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E161DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161DF is #1E9E20. Grayscale: #959595. Windows color (decimal): -2006561 or 14639585. OLE color: 14639585.

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

Color convert

RGB22597223-
CMYK00.570.010.12
HSL300.94º68.09%63.14%-
HSV(B)300.94º56.89%88.24%-
XYZ48.6529.8873.02-
YUV149.64169.41181.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 97 (38.28% from 255) = 17.80%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=41.28%
G=17.80%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259722300.570.010.12300.9468.0963.14
HexE161DF0391C12d443f
Octal34114133707111445510477
Binary111000011100001110111110111001111001001011011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161DF; }

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

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

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

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

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

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

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

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