#E041D6

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

Shades of Free Speech Magenta #E041D6

Tints of Free Speech Magenta #E041D6

Color information

#E041D6 (or 0xE041D6) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 41 and D6. RGB value is (224,65,214). Sum of RGB (Red+Green+Blue) = 224+65+214=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E041D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041D6 is #1FBE29. Grayscale: #818181. Windows color (decimal): -2080298 or 14041568. OLE color: 14041568.

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

Color convert

RGB22465214-
CMYK00.710.040.12
HSL303.77º71.95%56.67%-
HSV(B)303.77º70.98%87.84%-
XYZ44.7724.4865.98-
YUV129.53175.68195.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 65 (25.78% from 255) = 12.92%
BLUE value IS 214 (83.98% from 255) = 42.54%
R=44.53%
G=12.92%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246521400.710.040.12303.7771.9556.67
HexE041D60474C1304839
Octal340101326010741446011071
Binary111000001000001110101100100011110011001001100001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E041D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E041D6; }

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

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

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

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

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

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

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

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