#E349EB

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

Shades of Free Speech Magenta #E349EB

Tints of Free Speech Magenta #E349EB

Color information

#E349EB (or 0xE349EB) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 49 and EB. RGB value is (227,73,235). Sum of RGB (Red+Green+Blue) = 227+73+235=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 73 (28.91% from 255 or 13.64% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #E349EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E349EB is #1CB614. Grayscale: #898989. Windows color (decimal): -1881621 or 15419875. OLE color: 15419875.

HSL color Cylindrical-coordinate representation of color #E349EB: hue angle of 297.04º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E349EB is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22773235-
CMYK0.030.6900.08
HSL297.04º80.2%60.39%-
HSV(B)297.04º68.94%92.16%-
XYZ49.0627.0981.24-
YUV137.51183.02191.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.43%
GREEN value IS 73 (28.91% from 255) = 13.64%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=42.43%
G=13.64%
B=43.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal227732350.030.6900.08297.0480.260.39
HexE349EB34508129503c
Octal343111353310501045112074
Binary11100011100100111101011111000101010001001010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E349EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E349EB; }

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

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

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

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

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

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

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

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