#E55AEF

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

Shades of Free Speech Magenta #E55AEF

Tints of Free Speech Magenta #E55AEF

Color information

#E55AEF (or 0xE55AEF) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5A and EF. RGB value is (229,90,239). Sum of RGB (Red+Green+Blue) = 229+90+239=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #E55AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55AEF is #1AA510. Grayscale: #949494. Windows color (decimal): -1746193 or 15686373. OLE color: 15686373.

HSL color Cylindrical-coordinate representation of color #E55AEF: hue angle of 295.97º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55AEF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22990239-
CMYK0.040.6200.06
HSL295.97º82.32%64.51%-
HSV(B)295.97º62.34%93.73%-
XYZ51.5530.284.77-
YUV148.55179.05185.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 90 (35.55% from 255) = 16.13%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=41.04%
G=16.13%
B=42.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal229902390.040.6200.06295.9782.3264.51
HexE55AEF43E061285241
Octal34513235747606450122101
Binary11100101101101011101111100111110011010010100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55AEF; }

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

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

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

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

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

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

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

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