#E149F6

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

Shades of Free Speech Magenta #E149F6

Tints of Free Speech Magenta #E149F6

Color information

#E149F6 (or 0xE149F6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 49 and F6. RGB value is (225,73,246). Sum of RGB (Red+Green+Blue) = 225+73+246=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 73 (28.91% from 255 or 13.42% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #E149F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149F6 is #1EB609. Grayscale: #898989. Windows color (decimal): -2012682 or 16140769. OLE color: 16140769.

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

Color convert

RGB22573246-
CMYK0.090.7000.04
HSL292.72º90.58%62.55%-
HSV(B)292.72º70.33%96.47%-
XYZ50.0727.4389.84-
YUV138.17188.86189.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 73 (28.91% from 255) = 13.42%
BLUE value IS 246 (96.48% from 255) = 45.22%
R=41.36%
G=13.42%
B=45.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal225732460.090.7000.04292.7290.5862.55
HexE149F6946041255b3f
Octal341111366111060444513377
Binary111000011001001111101101001100011001001001001011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E149F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E149F6; }

 p { color: rgb(225,73,246); }

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

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

 a { background-color: rgb(225,73,246); }

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

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

 span { border-color: rgb(225,73,246); }

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