#E741E0

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

Shades of Free Speech Magenta #E741E0

Tints of Free Speech Magenta #E741E0

Color information

#E741E0 (or 0xE741E0) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 41 and E0. RGB value is (231,65,224). Sum of RGB (Red+Green+Blue) = 231+65+224=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E741E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741E0 is #18BE1F. Grayscale: #848484. Windows color (decimal): -1621536 or 14696935. OLE color: 14696935.

HSL color Cylindrical-coordinate representation of color #E741E0: hue angle of 302.53º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E741E0 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB23165224-
CMYK00.720.030.09
HSL302.53º77.57%58.04%-
HSV(B)302.53º71.86%90.59%-
XYZ48.326.1573.02-
YUV132.76179.5198.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.42%
GREEN value IS 65 (25.78% from 255) = 12.5%
BLUE value IS 224 (87.89% from 255) = 43.08%
R=44.42%
G=12.5%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316522400.720.030.09302.5377.5758.04
HexE741E00483912f4e3a
Octal347101340011031145711672
Binary11100111100000111100000010010001110011001011111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E741E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E741E0; }

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

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

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

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

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

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

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

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