#E057EC

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

Shades of Free Speech Magenta #E057EC

Tints of Free Speech Magenta #E057EC

Color information

#E057EC (or 0xE057EC) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 57 and EC. RGB value is (224,87,236). Sum of RGB (Red+Green+Blue) = 224+87+236=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #E057EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E057EC is #1FA813. Grayscale: #909090. Windows color (decimal): -2074644 or 15488992. OLE color: 15488992.

HSL color Cylindrical-coordinate representation of color #E057EC: hue angle of 295.17º 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 #E057EC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22487236-
CMYK0.050.6300.07
HSL295.17º79.68%63.33%-
HSV(B)295.17º63.14%92.55%-
XYZ49.2928.7282.3-
YUV144.95179.39184.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 87 (34.38% from 255) = 15.90%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=40.95%
G=15.90%
B=43.14%

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
Decimal224872360.050.6300.07295.1779.6863.33
HexE057EC53F07127503f
Octal3401273545770744712077
Binary1110000010101111110110010111111101111001001111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E057EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E057EC; }

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

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

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

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

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

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

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

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