#E341DC

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

Shades of Free Speech Magenta #E341DC

Tints of Free Speech Magenta #E341DC

Color information

#E341DC (or 0xE341DC) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 41 and DC. RGB value is (227,65,220). Sum of RGB (Red+Green+Blue) = 227+65+220=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E341DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341DC is #1CBE23. Grayscale: #828282. Windows color (decimal): -1883684 or 14434787. OLE color: 14434787.

HSL color Cylindrical-coordinate representation of color #E341DC: hue angle of 302.59º 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 #E341DC is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB22765220-
CMYK00.710.030.11
HSL302.59º74.31%57.25%-
HSV(B)302.59º71.37%89.02%-
XYZ46.4925.2870.14-
YUV131.11178.17196.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.34%
GREEN value IS 65 (25.78% from 255) = 12.70%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=44.34%
G=12.70%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276522000.710.030.11302.5974.3157.25
HexE341DC0473B12f4a39
Octal343101334010731345711271
Binary11100011100000111011100010001111110111001011111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E341DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E341DC; }

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

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

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

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

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

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

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

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