#E149F3

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

Shades of Free Speech Magenta #E149F3

Tints of Free Speech Magenta #E149F3

Color information

#E149F3 (or 0xE149F3) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 49 and F3. RGB value is (225,73,243). Sum of RGB (Red+Green+Blue) = 225+73+243=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 73 (28.91% from 255 or 13.49% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #E149F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149F3 is #1EB60C. Grayscale: #898989. Windows color (decimal): -2012685 or 15944161. OLE color: 15944161.

HSL color Cylindrical-coordinate representation of color #E149F3: hue angle of 293.65º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E149F3 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22573243-
CMYK0.070.7000.05
HSL293.65º87.63%61.96%-
HSV(B)293.65º69.96%95.29%-
XYZ49.6127.2487.44-
YUV137.83187.36190.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 73 (28.91% from 255) = 13.49%
BLUE value IS 243 (95.31% from 255) = 44.92%
R=41.59%
G=13.49%
B=44.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225732430.070.7000.05293.6587.6361.96
HexE149F374605126583e
Octal34111136371060544613076
Binary11100001100100111110011111100011001011001001101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E149F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E149F3; }

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

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

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

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

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

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

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

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