#E741EB

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

Shades of Free Speech Magenta #E741EB

Tints of Free Speech Magenta #E741EB

Color information

#E741EB (or 0xE741EB) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 41 and EB. RGB value is (231,65,235). Sum of RGB (Red+Green+Blue) = 231+65+235=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 65 (25.78% from 255 or 12.24% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #E741EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741EB is #18BE14. Grayscale: #858585. Windows color (decimal): -1621525 or 15417831. OLE color: 15417831.

HSL color Cylindrical-coordinate representation of color #E741EB: hue angle of 298.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E741EB is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23165235-
CMYK0.020.7200.08
HSL298.59º80.95%58.82%-
HSV(B)298.59º72.34%92.16%-
XYZ49.8426.7781.14-
YUV134.01185197.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 65 (25.78% from 255) = 12.24%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=43.50%
G=12.24%
B=44.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231652350.020.7200.08298.5980.9558.82
HexE741EB2480812b513b
Octal347101353211001045312173
Binary11100111100000111101011101001000010001001010111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E741EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E741EB; }

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

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

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

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

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

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

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

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