#E549BD

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

Shades of Free Speech Magenta #E549BD

Tints of Free Speech Magenta #E549BD

Color information

#E549BD (or 0xE549BD) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 49 and BD. RGB value is (229,73,189). Sum of RGB (Red+Green+Blue) = 229+73+189=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E549BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549BD is #1AB642. Grayscale: #848484. Windows color (decimal): -1750595 or 12405221. OLE color: 12405221.

HSL color Cylindrical-coordinate representation of color #E549BD: hue angle of 315.38º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E549BD is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB22973189-
CMYK00.680.170.10
HSL315.38º75%59.22%-
HSV(B)315.38º68.12%89.8%-
XYZ43.8825.150.68-
YUV132.87159.68196.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 73 (28.91% from 255) = 14.87%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=46.64%
G=14.87%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297318900.680.170.10315.387559.22
HexE549BD04411A13b4b3b
Octal3451112750104211247311373
Binary11100101100100110111101010001001000110101001110111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E549BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E549BD; }

 p { color: rgb(229,73,189); }

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

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

 a { background-color: rgb(229,73,189); }

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

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

 span { border-color: rgb(229,73,189); }

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