#E549BE

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

Shades of Free Speech Magenta #E549BE

Tints of Free Speech Magenta #E549BE

Color information

#E549BE (or 0xE549BE) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 49 and BE. RGB value is (229,73,190). Sum of RGB (Red+Green+Blue) = 229+73+190=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E549BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549BE is #1AB641. Grayscale: #848484. Windows color (decimal): -1750594 or 12470757. OLE color: 12470757.

HSL color Cylindrical-coordinate representation of color #E549BE: hue angle of 315º 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 #E549BE is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB22973190-
CMYK00.680.170.10
HSL315º75%59.22%-
HSV(B)315º68.12%89.8%-
XYZ43.9925.1451.25-
YUV132.98160.18196.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 73 (28.91% from 255) = 14.84%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=46.54%
G=14.84%
B=38.62%

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
Decimal2297319000.680.170.103157559.22
HexE549BE04411A13b4b3b
Octal3451112760104211247311373
Binary11100101100100110111110010001001000110101001110111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E549BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E549BE; }

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

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

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

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

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

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

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

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