#E341E5

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

Shades of Free Speech Magenta #E341E5

Tints of Free Speech Magenta #E341E5

Color information

#E341E5 (or 0xE341E5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 41 and E5. RGB value is (227,65,229). Sum of RGB (Red+Green+Blue) = 227+65+229=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #E341E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341E5 is #1CBE1A. Grayscale: #838383. Windows color (decimal): -1883675 or 15024611. OLE color: 15024611.

HSL color Cylindrical-coordinate representation of color #E341E5: hue angle of 299.27º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E341E5 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22765229-
CMYK0.010.7200.10
HSL299.27º75.93%57.65%-
HSV(B)299.27º71.62%89.8%-
XYZ47.7125.7776.59-
YUV132.13182.67195.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.57%
GREEN value IS 65 (25.78% from 255) = 12.48%
BLUE value IS 229 (89.84% from 255) = 43.95%
R=43.57%
G=12.48%
B=43.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal227652290.010.7200.10299.2775.9357.65
HexE341E51480A12b4c3a
Octal343101345111001245311472
Binary1110001110000011110010111001000010101001010111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E341E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E341E5; }

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

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

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

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

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

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

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

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