#E058F0

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

Shades of Free Speech Magenta #E058F0

Tints of Free Speech Magenta #E058F0

Color information

#E058F0 (or 0xE058F0) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 58 and F0. RGB value is (224,88,240). Sum of RGB (Red+Green+Blue) = 224+88+240=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #E058F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058F0 is #1FA70F. Grayscale: #919191. Windows color (decimal): -2074384 or 15751392. OLE color: 15751392.

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

Color convert

RGB22488240-
CMYK0.070.6300.06
HSL293.68º83.52%64.31%-
HSV(B)293.68º63.33%94.12%-
XYZ49.9629.1285.43-
YUV145.99181.06183.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 88 (34.77% from 255) = 15.94%
BLUE value IS 240 (94.14% from 255) = 43.48%
R=40.58%
G=15.94%
B=43.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224882400.070.6300.06293.6883.5264.31
HexE058F073F061265440
Octal34013036077706446124100
Binary11100000101100011110000111111111011010010011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E058F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E058F0; }

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

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

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

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

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

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

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

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