#E84AED

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

Shades of Free Speech Magenta #E84AED

Tints of Free Speech Magenta #E84AED

Color information

#E84AED (or 0xE84AED) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 4A and ED. RGB value is (232,74,237). Sum of RGB (Red+Green+Blue) = 232+74+237=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #E84AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84AED is #17B512. Grayscale: #8B8B8B. Windows color (decimal): -1553683 or 15551208. OLE color: 15551208.

HSL color Cylindrical-coordinate representation of color #E84AED: hue angle of 298.16º 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 #E84AED is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23274237-
CMYK0.020.6900.07
HSL298.16º81.91%60.98%-
HSV(B)298.16º68.78%92.94%-
XYZ51.0128.1782.87-
YUV139.82182.85193.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.73%
GREEN value IS 74 (29.30% from 255) = 13.63%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=42.73%
G=13.63%
B=43.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal232742370.020.6900.07298.1681.9160.98
HexE84AED2450712a523d
Octal35011235521050745212275
Binary1110100010010101110110110100010101111001010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84AED; }

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

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

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

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

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

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

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

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