#E540DF

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

Shades of Free Speech Magenta #E540DF

Tints of Free Speech Magenta #E540DF

Color information

#E540DF (or 0xE540DF) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 40 and DF. RGB value is (229,64,223). Sum of RGB (Red+Green+Blue) = 229+64+223=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E540DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540DF is #1ABF20. Grayscale: #828282. Windows color (decimal): -1752865 or 14631141. OLE color: 14631141.

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

Color convert

RGB22964223-
CMYK00.720.030.10
HSL302.18º76.04%57.45%-
HSV(B)302.18º72.05%89.8%-
XYZ47.4725.6572.26-
YUV131.46179.66197.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.38%
GREEN value IS 64 (25.39% from 255) = 12.40%
BLUE value IS 223 (87.5% from 255) = 43.22%
R=44.38%
G=12.40%
B=43.22%

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
Decimal2296422300.720.030.10302.1876.0457.45
HexE540DF0483A12e4c39
Octal345100337011031245611471
Binary11100101100000011011111010010001110101001011101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E540DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E540DF; }

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

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

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

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

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

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

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

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