#E160E6

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

Shades of Free Speech Magenta #E160E6

Tints of Free Speech Magenta #E160E6

Color information

#E160E6 (or 0xE160E6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 60 and E6. RGB value is (225,96,230). Sum of RGB (Red+Green+Blue) = 225+96+230=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #E160E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E160E6 is #1E9F19. Grayscale: #959595. Windows color (decimal): -2006810 or 15098081. OLE color: 15098081.

HSL color Cylindrical-coordinate representation of color #E160E6: hue angle of 297.76º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E160E6 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22596230-
CMYK0.020.5800.10
HSL297.76º72.83%63.92%-
HSV(B)297.76º58.26%90.2%-
XYZ49.5230.0978.06-
YUV149.85173.24181.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 96 (37.89% from 255) = 17.42%
BLUE value IS 230 (90.23% from 255) = 41.74%
R=40.83%
G=17.42%
B=41.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal225962300.020.5800.10297.7672.8363.92
HexE160E623A0A12a4940
Octal341140346272012452111100
Binary11100001110000011100110101110100101010010101010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E160E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E160E6; }

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

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

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

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

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

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

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

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