#E540F4

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

Shades of Free Speech Magenta #E540F4

Tints of Free Speech Magenta #E540F4

Color information

#E540F4 (or 0xE540F4) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 40 and F4. RGB value is (229,64,244). Sum of RGB (Red+Green+Blue) = 229+64+244=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 64 (25.39% from 255 or 11.92% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #E540F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E540F4 is #1ABF0B. Grayscale: #858585. Windows color (decimal): -1752844 or 16007397. OLE color: 16007397.

HSL color Cylindrical-coordinate representation of color #E540F4: hue angle of 295º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E540F4 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22964244-
CMYK0.060.7400.04
HSL295º89.11%60.39%-
HSV(B)295º73.77%95.69%-
XYZ50.4826.8688.11-
YUV133.86190.16195.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.64%
GREEN value IS 64 (25.39% from 255) = 11.92%
BLUE value IS 244 (95.70% from 255) = 45.44%
R=42.64%
G=11.92%
B=45.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal229642440.060.7400.0429589.1160.39
HexE540F464A04127593c
Octal34510036461120444713174
Binary11100101100000011110100110100101001001001001111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E540F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E540F4; }

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

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

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

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

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

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

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

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