#E358D6

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

Shades of Free Speech Magenta #E358D6

Tints of Free Speech Magenta #E358D6

Color information

#E358D6 (or 0xE358D6) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 58 and D6. RGB value is (227,88,214). Sum of RGB (Red+Green+Blue) = 227+88+214=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E358D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358D6 is #1CA729. Grayscale: #8F8F8F. Windows color (decimal): -1877802 or 14047459. OLE color: 14047459.

HSL color Cylindrical-coordinate representation of color #E358D6: hue angle of 305.61º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E358D6 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB22788214-
CMYK00.610.060.11
HSL305.61º71.28%61.76%-
HSV(B)305.61º61.23%89.02%-
XYZ47.3128.1766.56-
YUV143.93167.55187.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.91%
GREEN value IS 88 (34.77% from 255) = 16.64%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=42.91%
G=16.64%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278821400.610.060.11305.6171.2861.76
HexE358D603D6B132473e
Octal34313032607561346210776
Binary11100011101100011010110011110111010111001100101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E358D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E358D6; }

 p { color: rgb(227,88,214); }

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

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

 a { background-color: rgb(227,88,214); }

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

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

 span { border-color: rgb(227,88,214); }

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