#E547F0

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

Shades of Free Speech Magenta #E547F0

Tints of Free Speech Magenta #E547F0

Color information

#E547F0 (or 0xE547F0) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 47 and F0. RGB value is (229,71,240). Sum of RGB (Red+Green+Blue) = 229+71+240=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 71 (28.12% from 255 or 13.15% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #E547F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E547F0 is #1AB80F. Grayscale: #888888. Windows color (decimal): -1751056 or 15747045. OLE color: 15747045.

HSL color Cylindrical-coordinate representation of color #E547F0: hue angle of 296.09º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E547F0 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22971240-
CMYK0.050.7000.06
HSL296.09º84.92%60.98%-
HSV(B)296.09º70.42%94.12%-
XYZ50.2927.4685.09-
YUV137.51185.85193.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 71 (28.12% from 255) = 13.15%
BLUE value IS 240 (94.14% from 255) = 44.44%
R=42.41%
G=13.15%
B=44.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal229712400.050.7000.06296.0984.9260.98
HexE547F054606128553d
Octal34510736051060645012575
Binary11100101100011111110000101100011001101001010001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E547F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E547F0; }

 p { color: rgb(229,71,240); }

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

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

 a { background-color: rgb(229,71,240); }

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

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

 span { border-color: rgb(229,71,240); }

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