#E549C5

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

Shades of Free Speech Magenta #E549C5

Tints of Free Speech Magenta #E549C5

Color information

#E549C5 (or 0xE549C5) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 49 and C5. RGB value is (229,73,197). Sum of RGB (Red+Green+Blue) = 229+73+197=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E549C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549C5 is #1AB63A. Grayscale: #858585. Windows color (decimal): -1750587 or 12929509. OLE color: 12929509.

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

Color convert

RGB22973197-
CMYK00.680.140.10
HSL312.31º75%59.22%-
HSV(B)312.31º68.12%89.8%-
XYZ44.7725.4555.38-
YUV133.78163.68195.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.89%
GREEN value IS 73 (28.91% from 255) = 14.63%
BLUE value IS 197 (77.34% from 255) = 39.48%
R=45.89%
G=14.63%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297319700.680.140.10312.317559.22
HexE549C5044EA1384b3b
Octal3451113050104161247011373
Binary1110010110010011100010101000100111010101001110001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E549C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E549C5; }

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

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

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

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

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

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

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

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