#EB49D8

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

Shades of Free Speech Magenta #EB49D8

Tints of Free Speech Magenta #EB49D8

Color information

#EB49D8 (or 0xEB49D8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 49 and D8. RGB value is (235,73,216). Sum of RGB (Red+Green+Blue) = 235+73+216=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB49D8 is #14B627. Grayscale: #898989. Windows color (decimal): -1357352 or 14174699. OLE color: 14174699.

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

Color convert

RGB23573216-
CMYK00.690.080.08
HSL307.04º80.2%60.39%-
HSV(B)307.04º68.94%92.16%-
XYZ49.0427.3967.67-
YUV137.74172.17197.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 73 (28.91% from 255) = 13.93%
BLUE value IS 216 (84.77% from 255) = 41.22%
R=44.85%
G=13.93%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357321600.690.080.08307.0480.260.39
HexEB49D804588133503c
Octal3531113300105101046312074
Binary1110101110010011101100001000101100010001001100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49D8; }

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

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

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

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

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

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

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

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