#E55DD9

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

Shades of Free Speech Magenta #E55DD9

Tints of Free Speech Magenta #E55DD9

Color information

#E55DD9 (or 0xE55DD9) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5D and D9. RGB value is (229,93,217). Sum of RGB (Red+Green+Blue) = 229+93+217=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DD9 is #1AA226. Grayscale: #939393. Windows color (decimal): -1745447 or 14245349. OLE color: 14245349.

HSL color Cylindrical-coordinate representation of color #E55DD9: hue angle of 305.29º 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 #E55DD9 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB22993217-
CMYK00.590.050.10
HSL305.29º72.34%63.14%-
HSV(B)305.29º59.39%89.8%-
XYZ48.7529.568.77-
YUV147.8167.06185.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 93 (36.72% from 255) = 17.25%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=42.49%
G=17.25%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299321700.590.050.10305.2972.3463.14
HexE55DD903B5A131483f
Octal34513533107351246111077
Binary11100101101110111011001011101110110101001100011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55DD9; }

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

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

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

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

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

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

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

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