#E74AED

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

Shades of Free Speech Magenta #E74AED

Tints of Free Speech Magenta #E74AED

Color information

#E74AED (or 0xE74AED) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4A and ED. RGB value is (231,74,237). Sum of RGB (Red+Green+Blue) = 231+74+237=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #E74AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74AED is #18B512. Grayscale: #8B8B8B. Windows color (decimal): -1619219 or 15551207. OLE color: 15551207.

HSL color Cylindrical-coordinate representation of color #E74AED: hue angle of 297.79º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74AED is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23174237-
CMYK0.030.6900.07
HSL297.79º81.91%60.98%-
HSV(B)297.79º68.78%92.94%-
XYZ50.692882.85-
YUV139.52183.01193.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.62%
GREEN value IS 74 (29.30% from 255) = 13.65%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=42.62%
G=13.65%
B=43.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal231742370.030.6900.07297.7981.9160.98
HexE74AED3450712a523d
Octal34711235531050745212275
Binary1110011110010101110110111100010101111001010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74AED; }

 p { color: rgb(231,74,237); }

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

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

 a { background-color: rgb(231,74,237); }

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

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

 span { border-color: rgb(231,74,237); }

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