#E041F6

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

Shades of Free Speech Magenta #E041F6

Tints of Free Speech Magenta #E041F6

Color information

#E041F6 (or 0xE041F6) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 41 and F6. RGB value is (224,65,246). Sum of RGB (Red+Green+Blue) = 224+65+246=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 65 (25.78% from 255 or 12.15% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #E041F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E041F6 is #1FBE09. Grayscale: #848484. Windows color (decimal): -2080266 or 16138720. OLE color: 16138720.

HSL color Cylindrical-coordinate representation of color #E041F6: hue angle of 292.71º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E041F6 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22465246-
CMYK0.090.7400.04
HSL292.71º90.95%60.98%-
HSV(B)292.71º73.58%96.47%-
XYZ49.2726.2889.67-
YUV133.18191.68192.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 65 (25.78% from 255) = 12.15%
BLUE value IS 246 (96.48% from 255) = 45.98%
R=41.87%
G=12.15%
B=45.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal224652460.090.7400.04292.7190.9560.98
HexE041F694A041255b3d
Octal340101366111120444513375
Binary111000001000001111101101001100101001001001001011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E041F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E041F6; }

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

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

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

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

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

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

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

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