#E349F4

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

Shades of Free Speech Magenta #E349F4

Tints of Free Speech Magenta #E349F4

Color information

#E349F4 (or 0xE349F4) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 49 and F4. RGB value is (227,73,244). Sum of RGB (Red+Green+Blue) = 227+73+244=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 73 (28.91% from 255 or 13.42% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #E349F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E349F4 is #1CB60B. Grayscale: #8A8A8A. Windows color (decimal): -1881612 or 16009699. OLE color: 16009699.

HSL color Cylindrical-coordinate representation of color #E349F4: hue angle of 294.04º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E349F4 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22773244-
CMYK0.070.7000.04
HSL294.04º88.6%62.16%-
HSV(B)294.04º70.08%95.69%-
XYZ50.3927.6388.26-
YUV138.54187.52191.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.73%
GREEN value IS 73 (28.91% from 255) = 13.42%
BLUE value IS 244 (95.70% from 255) = 44.85%
R=41.73%
G=13.42%
B=44.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal227732440.070.7000.04294.0488.662.16
HexE349F474604126593e
Octal34311136471060444613176
Binary11100011100100111110100111100011001001001001101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E349F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E349F4; }

 p { color: rgb(227,73,244); }

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

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

 a { background-color: rgb(227,73,244); }

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

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

 span { border-color: rgb(227,73,244); }

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