#E55DE1

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

Shades of Free Speech Magenta #E55DE1

Tints of Free Speech Magenta #E55DE1

Color information

#E55DE1 (or 0xE55DE1) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5D and E1. RGB value is (229,93,225). Sum of RGB (Red+Green+Blue) = 229+93+225=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DE1 is #1AA21E. Grayscale: #949494. Windows color (decimal): -1745439 or 14769637. OLE color: 14769637.

HSL color Cylindrical-coordinate representation of color #E55DE1: hue angle of 301.76º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55DE1 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB22993225-
CMYK00.590.020.10
HSL301.76º72.34%63.14%-
HSV(B)301.76º59.39%89.8%-
XYZ49.8229.9274.38-
YUV148.71171.06185.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 93 (36.72% from 255) = 17.00%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=41.86%
G=17.00%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299322500.590.020.10301.7672.3463.14
HexE55DE103B2A12e483f
Octal34513534107321245611077
Binary1110010110111011110000101110111010101001011101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55DE1; }

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

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

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

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

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

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

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

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