#E348F0

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

Shades of Free Speech Magenta #E348F0

Tints of Free Speech Magenta #E348F0

Color information

#E348F0 (or 0xE348F0) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 48 and F0. RGB value is (227,72,240). Sum of RGB (Red+Green+Blue) = 227+72+240=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 72 (28.52% from 255 or 13.36% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #E348F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E348F0 is #1CB70F. Grayscale: #888888. Windows color (decimal): -1881872 or 15747299. OLE color: 15747299.

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

Color convert

RGB22772240-
CMYK0.050.700.06
HSL295.36º84.85%61.18%-
HSV(B)295.36º70%94.12%-
XYZ49.7227.2685.08-
YUV137.5185.85191.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 72 (28.52% from 255) = 13.36%
BLUE value IS 240 (94.14% from 255) = 44.53%
R=42.12%
G=13.36%
B=44.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal227722400.050.700.06295.3684.8561.18
HexE348F054606127553d
Octal34311036051060644712575
Binary11100011100100011110000101100011001101001001111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E348F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E348F0; }

 p { color: rgb(227,72,240); }

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

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

 a { background-color: rgb(227,72,240); }

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

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

 span { border-color: rgb(227,72,240); }

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