#e549bc

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

Shades of Free Speech Magenta #E549BC

Tints of Free Speech Magenta #E549BC

Color information

#E549BC (or 0xE549BC) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 49 and BC. RGB value is (229,73,188). Sum of RGB (Red+Green+Blue) = 229+73+188=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E549BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549BC is #1AB643. Grayscale: #848484. Windows color (decimal): -1750596 or 12339685. OLE color: 12339685.

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

Color convert

RGB22973188-
CMYK00.680.180.10
HSL315.77º75%59.22%-
HSV(B)315.77º68.12%89.8%-
XYZ43.7725.0550.11-
YUV132.75159.18196.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.73%
GREEN value IS 73 (28.91% from 255) = 14.90%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=46.73%
G=14.90%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297318800.680.180.10315.777559.22
HexE549BC04412A13c4b3b
Octal3451112740104221247411373
Binary11100101100100110111100010001001001010101001111001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e549bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e549bc; }

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

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

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

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

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

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

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

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