#ED49EC

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

Shades of Free Speech Magenta #ED49EC

Tints of Free Speech Magenta #ED49EC

Color information

#ED49EC (or 0xED49EC) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 49 and EC. RGB value is (237,73,236). Sum of RGB (Red+Green+Blue) = 237+73+236=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 73 (28.91% from 255 or 13.37% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED49EC is #12B613. Grayscale: #8C8C8C. Windows color (decimal): -1226260 or 15485421. OLE color: 15485421.

HSL color Cylindrical-coordinate representation of color #ED49EC: hue angle of 300.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED49EC is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB23773236-
CMYK00.690.000.07
HSL300.37º82%60.78%-
HSV(B)300.37º69.2%92.94%-
XYZ52.4528.8382.16-
YUV140.62181.83196.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 73 (28.91% from 255) = 13.37%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=43.41%
G=13.37%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377323600.690.000.07300.378260.78
HexED49EC0450712c523d
Octal35511135401050745412275
Binary111011011001001111011000100010101111001011001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED49EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED49EC; }

 p { color: rgb(237,73,236); }

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

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

 a { background-color: rgb(237,73,236); }

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

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

 span { border-color: rgb(237,73,236); }

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