#E55EF1

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

Shades of Free Speech Magenta #E55EF1

Tints of Free Speech Magenta #E55EF1

Color information

#E55EF1 (or 0xE55EF1) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5E and F1. RGB value is (229,94,241). Sum of RGB (Red+Green+Blue) = 229+94+241=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #E55EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55EF1 is #1AA10E. Grayscale: #969696. Windows color (decimal): -1745167 or 15818469. OLE color: 15818469.

HSL color Cylindrical-coordinate representation of color #E55EF1: hue angle of 295.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55EF1 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22994241-
CMYK0.050.6100.05
HSL295.1º84%65.69%-
HSV(B)295.1º61%94.51%-
XYZ52.1931.0186.45-
YUV151.12178.73183.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.60%
GREEN value IS 94 (37.11% from 255) = 16.67%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=40.60%
G=16.67%
B=42.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal229942410.050.6100.05295.18465.69
HexE55EF153D051275442
Octal34513636157505447124102
Binary11100101101111011110001101111101010110010011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55EF1; }

 p { color: rgb(229,94,241); }

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

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

 a { background-color: rgb(229,94,241); }

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

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

 span { border-color: rgb(229,94,241); }

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