#E559ED

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

Shades of Free Speech Magenta #E559ED

Tints of Free Speech Magenta #E559ED

Color information

#E559ED (or 0xE559ED) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 59 and ED. RGB value is (229,89,237). Sum of RGB (Red+Green+Blue) = 229+89+237=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #E559ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E559ED is #1AA612. Grayscale: #939393. Windows color (decimal): -1746451 or 15555045. OLE color: 15555045.

HSL color Cylindrical-coordinate representation of color #E559ED: hue angle of 296.76º 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 #E559ED is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22989237-
CMYK0.030.6200.07
HSL296.76º80.43%63.92%-
HSV(B)296.76º62.45%92.94%-
XYZ51.1729.9283.2-
YUV147.73178.38185.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 89 (35.16% from 255) = 16.04%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=41.26%
G=16.04%
B=42.70%

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
Decimal229892370.030.6200.07296.7680.4363.92
HexE559ED33E071295040
Octal34513135537607451120100
Binary1110010110110011110110111111110011110010100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E559ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E559ED; }

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

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

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

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

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

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

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

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