#E050EC

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

Shades of Free Speech Magenta #E050EC

Tints of Free Speech Magenta #E050EC

Color information

#E050EC (or 0xE050EC) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 50 and EC. RGB value is (224,80,236). Sum of RGB (Red+Green+Blue) = 224+80+236=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #E050EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050EC is #1FAF13. Grayscale: #8C8C8C. Windows color (decimal): -2076436 or 15487200. OLE color: 15487200.

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

Color convert

RGB22480236-
CMYK0.050.6600.07
HSL295.38º80.41%61.96%-
HSV(B)295.38º66.1%92.55%-
XYZ48.7527.6482.12-
YUV140.84181.71187.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 80 (31.64% from 255) = 14.81%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=41.48%
G=14.81%
B=43.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal224802360.050.6600.07295.3880.4161.96
HexE050EC54207127503e
Octal34012035451020744712076
Binary11100000101000011101100101100001001111001001111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E050EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E050EC; }

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

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

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

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

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

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

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

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