#e558d5

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

Shades of Free Speech Magenta #E558D5

Tints of Free Speech Magenta #E558D5

Color information

#E558D5 (or 0xE558D5) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 58 and D5. RGB value is (229,88,213). Sum of RGB (Red+Green+Blue) = 229+88+213=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E558D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E558D5 is #1AA72A. Grayscale: #909090. Windows color (decimal): -1746731 or 13981925. OLE color: 13981925.

HSL color Cylindrical-coordinate representation of color #E558D5: hue angle of 306.81º 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 #E558D5 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB22988213-
CMYK00.620.070.10
HSL306.81º73.06%62.16%-
HSV(B)306.81º61.57%89.8%-
XYZ47.8128.4465.92-
YUV144.41166.71188.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.21%
GREEN value IS 88 (34.77% from 255) = 16.60%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=43.21%
G=16.60%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298821300.620.070.10306.8173.0662.16
HexE558D503E7A133493e
Octal34513032507671246311176
Binary11100101101100011010101011111011110101001100111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e558d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e558d5; }

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

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

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

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

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

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

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

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