#ED49EB

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

Shades of Free Speech Magenta #ED49EB

Tints of Free Speech Magenta #ED49EB

Color information

#ED49EB (or 0xED49EB) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 49 and EB. RGB value is (237,73,235). Sum of RGB (Red+Green+Blue) = 237+73+235=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED49EB is #12B614. Grayscale: #8C8C8C. Windows color (decimal): -1226261 or 15419885. OLE color: 15419885.

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

Color convert

RGB23773235-
CMYK00.690.010.07
HSL300.73º82%60.78%-
HSV(B)300.73º69.2%92.94%-
XYZ52.328.7781.39-
YUV140.5181.33196.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 73 (28.91% from 255) = 13.39%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=43.49%
G=13.39%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377323500.690.010.07300.738260.78
HexED49EB0451712d523d
Octal35511135301051745512275
Binary111011011001001111010110100010111111001011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED49EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED49EB; }

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

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

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

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

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

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

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

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