#E157EC

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

Shades of Free Speech Magenta #E157EC

Tints of Free Speech Magenta #E157EC

Color information

#E157EC (or 0xE157EC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 57 and EC. RGB value is (225,87,236). Sum of RGB (Red+Green+Blue) = 225+87+236=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 87 (34.38% from 255 or 15.88% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #E157EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E157EC is #1EA813. Grayscale: #909090. Windows color (decimal): -2009108 or 15488993. OLE color: 15488993.

HSL color Cylindrical-coordinate representation of color #E157EC: hue angle of 295.57º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E157EC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22587236-
CMYK0.050.6300.07
HSL295.57º79.68%63.33%-
HSV(B)295.57º63.14%92.55%-
XYZ49.628.8882.32-
YUV145.25179.22184.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 87 (34.38% from 255) = 15.88%
BLUE value IS 236 (92.58% from 255) = 43.07%
R=41.06%
G=15.88%
B=43.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal225872360.050.6300.07295.5779.6863.33
HexE157EC53F07128503f
Octal3411273545770745012077
Binary1110000110101111110110010111111101111001010001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E157EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E157EC; }

 p { color: rgb(225,87,236); }

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

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

 a { background-color: rgb(225,87,236); }

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

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

 span { border-color: rgb(225,87,236); }

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