#E160D8

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

Shades of Free Speech Magenta #E160D8

Tints of Free Speech Magenta #E160D8

Color information

#E160D8 (or 0xE160D8) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 60 and D8. RGB value is (225,96,216). Sum of RGB (Red+Green+Blue) = 225+96+216=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E160D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E160D8 is #1E9F27. Grayscale: #939393. Windows color (decimal): -2006824 or 14180577. OLE color: 14180577.

HSL color Cylindrical-coordinate representation of color #E160D8: hue angle of 304.19º 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 #E160D8 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22596216-
CMYK00.570.040.12
HSL304.19º68.25%62.94%-
HSV(B)304.19º57.33%88.24%-
XYZ47.6329.3368.12-
YUV148.25166.24182.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 96 (37.89% from 255) = 17.88%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=41.90%
G=17.88%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259621600.570.040.12304.1968.2562.94
HexE160D80394C130443f
Octal34114033007141446010477
Binary11100001110000011011000011100110011001001100001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E160D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E160D8; }

 p { color: rgb(225,96,216); }

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

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

 a { background-color: rgb(225,96,216); }

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

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

 span { border-color: rgb(225,96,216); }

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