#E159EA

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

Shades of Free Speech Magenta #E159EA

Tints of Free Speech Magenta #E159EA

Color information

#E159EA (or 0xE159EA) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 59 and EA. RGB value is (225,89,234). Sum of RGB (Red+Green+Blue) = 225+89+234=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #E159EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E159EA is #1EA615. Grayscale: #919191. Windows color (decimal): -2008598 or 15358433. OLE color: 15358433.

HSL color Cylindrical-coordinate representation of color #E159EA: hue angle of 296.28º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E159EA is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22589234-
CMYK0.040.6200.08
HSL296.28º77.54%63.33%-
HSV(B)296.28º61.97%91.76%-
XYZ49.4729.0980.85-
YUV146.19177.56184.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 89 (35.16% from 255) = 16.24%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=41.06%
G=16.24%
B=42.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal225892340.040.6200.08296.2877.5463.33
HexE159EA43E081284e3f
Octal34113135247601045011677
Binary11100001101100111101010100111110010001001010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E159EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E159EA; }

 p { color: rgb(225,89,234); }

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

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

 a { background-color: rgb(225,89,234); }

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

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

 span { border-color: rgb(225,89,234); }

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