#E55DE9

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

Shades of Free Speech Magenta #E55DE9

Tints of Free Speech Magenta #E55DE9

Color information

#E55DE9 (or 0xE55DE9) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5D and E9. RGB value is (229,93,233). Sum of RGB (Red+Green+Blue) = 229+93+233=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #E55DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55DE9 is #1AA216. Grayscale: #959595. Windows color (decimal): -1745431 or 15293925. OLE color: 15293925.

HSL color Cylindrical-coordinate representation of color #E55DE9: hue angle of 298.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55DE9 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22993233-
CMYK0.020.6000.09
HSL298.29º76.09%63.92%-
HSV(B)298.29º60.09%91.37%-
XYZ50.9430.3780.27-
YUV149.62175.06184.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 93 (36.72% from 255) = 16.76%
BLUE value IS 233 (91.41% from 255) = 41.98%
R=41.26%
G=16.76%
B=41.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal229932330.020.6000.09298.2976.0963.92
HexE55DE923C0912a4c40
Octal345135351274011452114100
Binary11100101101110111101001101111000100110010101010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55DE9; }

 p { color: rgb(229,93,233); }

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

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

 a { background-color: rgb(229,93,233); }

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

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

 span { border-color: rgb(229,93,233); }

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