#E046F0

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

Shades of Free Speech Magenta #E046F0

Tints of Free Speech Magenta #E046F0

Color information

#E046F0 (or 0xE046F0) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 46 and F0. RGB value is (224,70,240). Sum of RGB (Red+Green+Blue) = 224+70+240=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 70 (27.73% from 255 or 13.11% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #E046F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E046F0 is #1FB90F. Grayscale: #868686. Windows color (decimal): -2078992 or 15746784. OLE color: 15746784.

HSL color Cylindrical-coordinate representation of color #E046F0: hue angle of 294.35º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E046F0 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22470240-
CMYK0.070.7100.06
HSL294.35º85%60.78%-
HSV(B)294.35º70.83%94.12%-
XYZ48.6626.5284.99-
YUV135.43187.02191.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 70 (27.73% from 255) = 13.11%
BLUE value IS 240 (94.14% from 255) = 44.94%
R=41.95%
G=13.11%
B=44.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224702400.070.7100.06294.358560.78
HexE046F074706126553d
Octal34010636071070644612575
Binary11100000100011011110000111100011101101001001101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E046F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E046F0; }

 p { color: rgb(224,70,240); }

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

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

 a { background-color: rgb(224,70,240); }

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

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

 span { border-color: rgb(224,70,240); }

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