#EB49E3

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

Shades of Free Speech Magenta #EB49E3

Tints of Free Speech Magenta #EB49E3

Color information

#EB49E3 (or 0xEB49E3) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 49 and E3. RGB value is (235,73,227). Sum of RGB (Red+Green+Blue) = 235+73+227=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 73 (28.91% from 255 or 13.64% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB49E3 is #14B61C. Grayscale: #8A8A8A. Windows color (decimal): -1357341 or 14895595. OLE color: 14895595.

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

Color convert

RGB23573227-
CMYK00.690.030.08
HSL302.96º80.2%60.39%-
HSV(B)302.96º68.94%92.16%-
XYZ50.5127.9775.41-
YUV138.99177.67196.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.93%
GREEN value IS 73 (28.91% from 255) = 13.64%
BLUE value IS 227 (89.06% from 255) = 42.43%
R=43.93%
G=13.64%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357322700.690.030.08302.9680.260.39
HexEB49E30453812f503c
Octal353111343010531045712074
Binary11101011100100111100011010001011110001001011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49E3; }

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

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

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

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

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

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

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

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