#E540DD

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

Shades of Free Speech Magenta #E540DD

Tints of Free Speech Magenta #E540DD

Color information

#E540DD (or 0xE540DD) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 40 and DD. RGB value is (229,64,221). Sum of RGB (Red+Green+Blue) = 229+64+221=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E540DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540DD is #1ABF22. Grayscale: #828282. Windows color (decimal): -1752867 or 14500069. OLE color: 14500069.

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

Color convert

RGB22964221-
CMYK00.720.030.10
HSL302.91º76.04%57.45%-
HSV(B)302.91º72.05%89.8%-
XYZ47.225.5570.85-
YUV131.23178.66197.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.55%
GREEN value IS 64 (25.39% from 255) = 12.45%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=44.55%
G=12.45%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296422100.720.030.10302.9176.0457.45
HexE540DD0483A12f4c39
Octal345100335011031245711471
Binary11100101100000011011101010010001110101001011111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E540DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E540DD; }

 p { color: rgb(229,64,221); }

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

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

 a { background-color: rgb(229,64,221); }

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

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

 span { border-color: rgb(229,64,221); }

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