#E041DC

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

Shades of Free Speech Magenta #E041DC

Tints of Free Speech Magenta #E041DC

Color information

#E041DC (or 0xE041DC) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 41 and DC. RGB value is (224,65,220). Sum of RGB (Red+Green+Blue) = 224+65+220=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E041DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041DC is #1FBE23. Grayscale: #818181. Windows color (decimal): -2080292 or 14434784. OLE color: 14434784.

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

Color convert

RGB22465220-
CMYK00.710.020.12
HSL301.51º71.95%56.67%-
HSV(B)301.51º70.98%87.84%-
XYZ45.5524.870.1-
YUV130.21178.68194.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 65 (25.78% from 255) = 12.77%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=44.01%
G=12.77%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246522000.710.020.12301.5171.9556.67
HexE041DC0472C12e4839
Octal340101334010721445611071
Binary11100000100000111011100010001111011001001011101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E041DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E041DC; }

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

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

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

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

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

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

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

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