#EB49ED

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

Shades of Free Speech Magenta #EB49ED

Tints of Free Speech Magenta #EB49ED

Color information

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

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

Color convert

RGB23573237-
CMYK0.010.6900.07
HSL299.27º82%60.78%-
HSV(B)299.27º69.2%92.94%-
XYZ51.9328.5482.89-
YUV140.13182.67195.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235732370.010.6900.07299.278260.78
HexEB49ED1450712b523d
Octal35311135511050745312275
Binary111010111001001111011011100010101111001010111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49ED; }

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

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

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

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

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

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

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

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