#E35FEC

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

Shades of Free Speech Magenta #E35FEC

Tints of Free Speech Magenta #E35FEC

Color information

#E35FEC (or 0xE35FEC) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5F and EC. RGB value is (227,95,236). Sum of RGB (Red+Green+Blue) = 227+95+236=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #E35FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35FEC is #1CA013. Grayscale: #969696. Windows color (decimal): -1875988 or 15491043. OLE color: 15491043.

HSL color Cylindrical-coordinate representation of color #E35FEC: hue angle of 296.17º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35FEC is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22795236-
CMYK0.040.6000.07
HSL296.17º78.77%64.9%-
HSV(B)296.17º59.75%92.55%-
XYZ50.9130.5782.57-
YUV150.54176.23182.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.68%
GREEN value IS 95 (37.5% from 255) = 17.03%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=40.68%
G=17.03%
B=42.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal227952360.040.6000.07296.1778.7764.9
HexE35FEC43C071284f41
Octal34313735447407450117101
Binary11100011101111111101100100111100011110010100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35FEC; }

 p { color: rgb(227,95,236); }

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

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

 a { background-color: rgb(227,95,236); }

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

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

 span { border-color: rgb(227,95,236); }

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