#E537FC

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

Shades of Free Speech Magenta #E537FC

Tints of Free Speech Magenta #E537FC

Color information

#E537FC (or 0xE537FC) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 37 and FC. RGB value is (229,55,252). Sum of RGB (Red+Green+Blue) = 229+55+252=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 55 (21.88% from 255 or 10.26% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #E537FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E537FC is #1AC803. Grayscale: #808080. Windows color (decimal): -1755140 or 16529381. OLE color: 16529381.

HSL color Cylindrical-coordinate representation of color #E537FC: hue angle of 292.99º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E537FC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22955252-
CMYK0.090.7800.01
HSL292.99º97.04%60.2%-
HSV(B)292.99º78.17%98.82%-
XYZ51.2526.4294.49-
YUV129.48197.15198.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 55 (21.88% from 255) = 10.26%
BLUE value IS 252 (98.83% from 255) = 47.01%
R=42.72%
G=10.26%
B=47.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal229552520.090.7800.01292.9997.0460.2
HexE537FC94E01125613c
Octal34567374111160144514174
Binary111001011101111111110010011001110011001001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E537FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E537FC; }

 p { color: rgb(229,55,252); }

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

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

 a { background-color: rgb(229,55,252); }

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

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

 span { border-color: rgb(229,55,252); }

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