#E449C0

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

Shades of Free Speech Magenta #E449C0

Tints of Free Speech Magenta #E449C0

Color information

#E449C0 (or 0xE449C0) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 49 and C0. RGB value is (228,73,192). Sum of RGB (Red+Green+Blue) = 228+73+192=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E449C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449C0 is #1BB63F. Grayscale: #848484. Windows color (decimal): -1816128 or 12601828. OLE color: 12601828.

HSL color Cylindrical-coordinate representation of color #E449C0: hue angle of 313.94º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E449C0 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22873192-
CMYK00.680.160.11
HSL313.94º74.16%59.02%-
HSV(B)313.94º67.98%89.41%-
XYZ43.8925.0652.39-
YUV132.91161.35195.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.25%
GREEN value IS 73 (28.91% from 255) = 14.81%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=46.25%
G=14.81%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287319200.680.160.11313.9474.1659.02
HexE449C004410B13a4a3b
Octal3441113000104201347211273
Binary11100100100100111000000010001001000010111001110101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E449C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E449C0; }

 p { color: rgb(228,73,192); }

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

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

 a { background-color: rgb(228,73,192); }

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

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

 span { border-color: rgb(228,73,192); }

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