#e058ec

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

Shades of Free Speech Magenta #E058EC

Tints of Free Speech Magenta #E058EC

Color information

#E058EC (or 0xE058EC) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 58 and EC. RGB value is (224,88,236). Sum of RGB (Red+Green+Blue) = 224+88+236=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #E058EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058EC is #1FA713. Grayscale: #919191. Windows color (decimal): -2074388 or 15489248. OLE color: 15489248.

HSL color Cylindrical-coordinate representation of color #E058EC: hue angle of 295.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E058EC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22488236-
CMYK0.050.6300.07
HSL295.14º79.57%63.53%-
HSV(B)295.14º62.71%92.55%-
XYZ49.3728.8882.33-
YUV145.54179.06183.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 88 (34.77% from 255) = 16.06%
BLUE value IS 236 (92.58% from 255) = 43.07%
R=40.88%
G=16.06%
B=43.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal224882360.050.6300.07295.1479.5763.53
HexE058EC53F071275040
Octal34013035457707447120100
Binary11100000101100011101100101111111011110010011110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e058ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e058ec; }

 p { color: rgb(224,88,236); }

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

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

 a { background-color: rgb(224,88,236); }

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

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

 span { border-color: rgb(224,88,236); }

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