#E55AE7

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

Shades of Free Speech Magenta #E55AE7

Tints of Free Speech Magenta #E55AE7

Color information

#E55AE7 (or 0xE55AE7) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5A and E7. RGB value is (229,90,231). Sum of RGB (Red+Green+Blue) = 229+90+231=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #E55AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55AE7 is #1AA518. Grayscale: #939393. Windows color (decimal): -1746201 or 15162085. OLE color: 15162085.

HSL color Cylindrical-coordinate representation of color #E55AE7: hue angle of 299.15º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55AE7 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22990231-
CMYK0.010.6100.09
HSL299.15º74.6%62.94%-
HSV(B)299.15º61.04%90.59%-
XYZ50.3929.7478.69-
YUV147.64175.05186.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.64%
GREEN value IS 90 (35.55% from 255) = 16.36%
BLUE value IS 231 (90.62% from 255) = 42%
R=41.64%
G=16.36%
B=42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal229902310.010.6100.09299.1574.662.94
HexE55AE713D0912b4b3f
Octal34513234717501145311377
Binary111001011011010111001111111101010011001010111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55AE7; }

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

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

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

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

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

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

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

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