#E341EE

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

Shades of Free Speech Magenta #E341EE

Tints of Free Speech Magenta #E341EE

Color information

#E341EE (or 0xE341EE) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 41 and EE. RGB value is (227,65,238). Sum of RGB (Red+Green+Blue) = 227+65+238=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #E341EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E341EE is #1CBE11. Grayscale: #848484. Windows color (decimal): -1883666 or 15614435. OLE color: 15614435.

HSL color Cylindrical-coordinate representation of color #E341EE: hue angle of 296.18º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E341EE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22765238-
CMYK0.050.7300.07
HSL296.18º83.57%59.41%-
HSV(B)296.18º72.69%93.33%-
XYZ4926.2883.38-
YUV133.16187.17194.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.83%
GREEN value IS 65 (25.78% from 255) = 12.26%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=42.83%
G=12.26%
B=44.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal227652380.050.7300.07296.1883.5759.41
HexE341EE54907128543b
Octal34310135651110745012473
Binary11100011100000111101110101100100101111001010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E341EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E341EE; }

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

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

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

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

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

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

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

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