#E146FA

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

Shades of Free Speech Magenta #E146FA

Tints of Free Speech Magenta #E146FA

Color information

#E146FA (or 0xE146FA) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 46 and FA. RGB value is (225,70,250). Sum of RGB (Red+Green+Blue) = 225+70+250=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 70 (27.73% from 255 or 12.84% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #E146FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E146FA is #1EB905. Grayscale: #888888. Windows color (decimal): -2013446 or 16402145. OLE color: 16402145.

HSL color Cylindrical-coordinate representation of color #E146FA: hue angle of 291.67º 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 #E146FA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22570250-
CMYK0.100.7200.02
HSL291.67º94.74%62.75%-
HSV(B)291.67º72%98.04%-
XYZ50.527.2993.05-
YUV136.86191.85190.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 70 (27.73% from 255) = 12.84%
BLUE value IS 250 (98.05% from 255) = 45.87%
R=41.28%
G=12.84%
B=45.87%

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
Decimal225702500.100.7200.02291.6794.7462.75
HexE146FAA48021245f3f
Octal341106372121100244413777
Binary11100001100011011111010101010010000101001001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E146FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E146FA; }

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

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

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

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

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

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

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

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