#E046FA

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

Shades of Free Speech Magenta #E046FA

Tints of Free Speech Magenta #E046FA

Color information

#E046FA (or 0xE046FA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 46 and FA. RGB value is (224,70,250). Sum of RGB (Red+Green+Blue) = 224+70+250=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 70 (27.73% from 255 or 12.87% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #E046FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E046FA is #1FB905. Grayscale: #888888. Windows color (decimal): -2078982 or 16402144. OLE color: 16402144.

HSL color Cylindrical-coordinate representation of color #E046FA: hue angle of 291.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E046FA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22470250-
CMYK0.100.7200.02
HSL291.33º94.74%62.75%-
HSV(B)291.33º72%98.04%-
XYZ50.1927.1393.03-
YUV136.57192.02190.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 70 (27.73% from 255) = 12.87%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=41.18%
G=12.87%
B=45.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224702500.100.7200.02291.3394.7462.75
HexE046FAA48021235f3f
Octal340106372121100244313777
Binary11100000100011011111010101010010000101001000111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E046FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E046FA; }

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

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

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

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

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

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

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

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