#E741F1

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

Shades of Free Speech Magenta #E741F1

Tints of Free Speech Magenta #E741F1

Color information

#E741F1 (or 0xE741F1) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 41 and F1. RGB value is (231,65,241). Sum of RGB (Red+Green+Blue) = 231+65+241=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #E741F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741F1 is #18BE0E. Grayscale: #868686. Windows color (decimal): -1621519 or 15811047. OLE color: 15811047.

HSL color Cylindrical-coordinate representation of color #E741F1: hue angle of 296.59º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E741F1 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23165241-
CMYK0.040.7300.05
HSL296.59º86.27%60%-
HSV(B)296.59º73.03%94.51%-
XYZ50.7227.1285.78-
YUV134.7188196.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.02%
GREEN value IS 65 (25.78% from 255) = 12.10%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=43.02%
G=12.10%
B=44.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal231652410.040.7300.05296.5986.2760
HexE741F144905129563c
Octal34710136141110545112674
Binary11100111100000111110001100100100101011001010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E741F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E741F1; }

 p { color: rgb(231,65,241); }

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

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

 a { background-color: rgb(231,65,241); }

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

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

 span { border-color: rgb(231,65,241); }

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