#E749F0

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

Shades of Free Speech Magenta #E749F0

Tints of Free Speech Magenta #E749F0

Color information

#E749F0 (or 0xE749F0) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 49 and F0. RGB value is (231,73,240). Sum of RGB (Red+Green+Blue) = 231+73+240=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 73 (28.91% from 255 or 13.42% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #E749F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E749F0 is #18B60F. Grayscale: #8A8A8A. Windows color (decimal): -1619472 or 15747559. OLE color: 15747559.

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

Color convert

RGB23173240-
CMYK0.040.7000.06
HSL296.77º84.77%61.37%-
HSV(B)296.77º69.58%94.12%-
XYZ51.0728.0585.16-
YUV139.28184.85193.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.46%
GREEN value IS 73 (28.91% from 255) = 13.42%
BLUE value IS 240 (94.14% from 255) = 44.12%
R=42.46%
G=13.42%
B=44.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal231732400.040.7000.06296.7784.7761.37
HexE749F044606129553d
Octal34711136041060645112575
Binary11100111100100111110000100100011001101001010011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E749F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E749F0; }

 p { color: rgb(231,73,240); }

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

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

 a { background-color: rgb(231,73,240); }

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

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

 span { border-color: rgb(231,73,240); }

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