#E55AED

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

Shades of Free Speech Magenta #E55AED

Tints of Free Speech Magenta #E55AED

Color information

#E55AED (or 0xE55AED) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5A and ED. RGB value is (229,90,237). Sum of RGB (Red+Green+Blue) = 229+90+237=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #E55AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55AED is #1AA512. Grayscale: #939393. Windows color (decimal): -1746195 or 15555301. OLE color: 15555301.

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

Color convert

RGB22990237-
CMYK0.030.6200.07
HSL296.73º80.33%64.12%-
HSV(B)296.73º62.03%92.94%-
XYZ51.2630.0883.23-
YUV148.32178.05185.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 90 (35.55% from 255) = 16.19%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=41.19%
G=16.19%
B=42.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal229902370.030.6200.07296.7380.3364.12
HexE55AED33E071295040
Octal34513235537607451120100
Binary1110010110110101110110111111110011110010100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55AED; }

 p { color: rgb(229,90,237); }

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

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

 a { background-color: rgb(229,90,237); }

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

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

 span { border-color: rgb(229,90,237); }

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