#E341DE

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

Shades of Free Speech Magenta #E341DE

Tints of Free Speech Magenta #E341DE

Color information

#E341DE (or 0xE341DE) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 41 and DE. RGB value is (227,65,222). Sum of RGB (Red+Green+Blue) = 227+65+222=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E341DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341DE is #1CBE21. Grayscale: #828282. Windows color (decimal): -1883682 or 14565859. OLE color: 14565859.

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

Color convert

RGB22765222-
CMYK00.710.020.11
HSL301.85º74.31%57.25%-
HSV(B)301.85º71.37%89.02%-
XYZ46.7525.3971.54-
YUV131.34179.17196.23-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.16%
GREEN value IS 65 (25.78% from 255) = 12.65%
BLUE value IS 222 (87.11% from 255) = 43.19%
R=44.16%
G=12.65%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276522200.710.020.11301.8574.3157.25
HexE341DE0472B12e4a39
Octal343101336010721345611271
Binary11100011100000111011110010001111010111001011101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E341DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E341DE; }

 p { color: rgb(227,65,222); }

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

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

 a { background-color: rgb(227,65,222); }

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

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

 span { border-color: rgb(227,65,222); }

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