#E449EF

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

Shades of Free Speech Magenta #E449EF

Tints of Free Speech Magenta #E449EF

Color information

#E449EF (or 0xE449EF) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 49 and EF. RGB value is (228,73,239). Sum of RGB (Red+Green+Blue) = 228+73+239=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 73 (28.91% from 255 or 13.52% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #E449EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449EF is #1BB610. Grayscale: #898989. Windows color (decimal): -1816081 or 15682020. OLE color: 15682020.

HSL color Cylindrical-coordinate representation of color #E449EF: hue angle of 296.02º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E449EF is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22873239-
CMYK0.050.6900.06
HSL296.02º83.84%61.18%-
HSV(B)296.02º69.46%93.73%-
XYZ49.9627.4984.33-
YUV138.27184.85192-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.22%
GREEN value IS 73 (28.91% from 255) = 13.52%
BLUE value IS 239 (93.75% from 255) = 44.26%
R=42.22%
G=13.52%
B=44.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal228732390.050.6900.06296.0283.8461.18
HexE449EF54506128543d
Octal34411135751050645012475
Binary11100100100100111101111101100010101101001010001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E449EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E449EF; }

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

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

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

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

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

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

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

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