#E55EED

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

Shades of Free Speech Magenta #E55EED

Tints of Free Speech Magenta #E55EED

Color information

#E55EED (or 0xE55EED) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5E and ED. RGB value is (229,94,237). Sum of RGB (Red+Green+Blue) = 229+94+237=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 94 (37.11% from 255 or 16.79% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #E55EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55EED is #1AA112. Grayscale: #969696. Windows color (decimal): -1745171 or 15556325. OLE color: 15556325.

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

Color convert

RGB22994237-
CMYK0.030.6000.07
HSL296.64º79.89%64.9%-
HSV(B)296.64º60.34%92.94%-
XYZ51.630.7883.34-
YUV150.67176.73183.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.89%
GREEN value IS 94 (37.11% from 255) = 16.79%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=40.89%
G=16.79%
B=42.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal229942370.030.6000.07296.6479.8964.9
HexE55EED33C071295041
Octal34513635537407451120101
Binary1110010110111101110110111111100011110010100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55EED; }

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

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

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

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

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

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

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

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