#EB49DC

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

Shades of Free Speech Magenta #EB49DC

Tints of Free Speech Magenta #EB49DC

Color information

#EB49DC (or 0xEB49DC) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 49 and DC. RGB value is (235,73,220). Sum of RGB (Red+Green+Blue) = 235+73+220=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB49DC is #14B623. Grayscale: #898989. Windows color (decimal): -1357348 or 14436843. OLE color: 14436843.

HSL color Cylindrical-coordinate representation of color #EB49DC: hue angle of 305.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB49DC is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB23573220-
CMYK00.690.060.08
HSL305.56º80.2%60.39%-
HSV(B)305.56º68.94%92.16%-
XYZ49.5627.5970.42-
YUV138.2174.17197.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 73 (28.91% from 255) = 13.83%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=44.51%
G=13.83%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357322000.690.060.08305.5680.260.39
HexEB49DC04568132503c
Octal353111334010561046212074
Binary111010111001001110111000100010111010001001100101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49DC; }

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

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

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

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

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

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

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

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