#E558DC

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

Shades of Free Speech Magenta #E558DC

Tints of Free Speech Magenta #E558DC

Color information

#E558DC (or 0xE558DC) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 58 and DC. RGB value is (229,88,220). Sum of RGB (Red+Green+Blue) = 229+88+220=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E558DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E558DC is #1AA723. Grayscale: #909090. Windows color (decimal): -1746724 or 14440677. OLE color: 14440677.

HSL color Cylindrical-coordinate representation of color #E558DC: hue angle of 303.83º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E558DC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB22988220-
CMYK00.620.040.10
HSL303.83º73.06%62.16%-
HSV(B)303.83º61.57%89.8%-
XYZ48.7228.870.7-
YUV145.21170.21187.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.64%
GREEN value IS 88 (34.77% from 255) = 16.39%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=42.64%
G=16.39%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298822000.620.040.10303.8373.0662.16
HexE558DC03E4A130493e
Octal34513033407641246011176
Binary11100101101100011011100011111010010101001100001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E558DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E558DC; }

 p { color: rgb(229,88,220); }

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

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

 a { background-color: rgb(229,88,220); }

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

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

 span { border-color: rgb(229,88,220); }

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