#E540DC

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

Shades of Free Speech Magenta #E540DC

Tints of Free Speech Magenta #E540DC

Color information

#E540DC (or 0xE540DC) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 40 and DC. RGB value is (229,64,220). Sum of RGB (Red+Green+Blue) = 229+64+220=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E540DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540DC is #1ABF23. Grayscale: #828282. Windows color (decimal): -1752868 or 14434533. OLE color: 14434533.

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

Color convert

RGB22964220-
CMYK00.720.040.10
HSL303.27º76.04%57.45%-
HSV(B)303.27º72.05%89.8%-
XYZ47.0625.4970.15-
YUV131.12178.16197.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.64%
GREEN value IS 64 (25.39% from 255) = 12.48%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=44.64%
G=12.48%
B=42.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296422000.720.040.10303.2776.0457.45
HexE540DC0484A12f4c39
Octal345100334011041245711471
Binary111001011000000110111000100100010010101001011111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E540DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E540DC; }

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

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

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

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

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

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

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

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