#E355BD

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

Shades of Free Speech Magenta #E355BD

Tints of Free Speech Magenta #E355BD

Color information

#E355BD (or 0xE355BD) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 55 and BD. RGB value is (227,85,189). Sum of RGB (Red+Green+Blue) = 227+85+189=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E355BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355BD is #1CAA42. Grayscale: #8B8B8B. Windows color (decimal): -1878595 or 12408291. OLE color: 12408291.

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

Color convert

RGB22785189-
CMYK00.630.170.11
HSL316.06º71.72%61.18%-
HSV(B)316.06º62.56%89.02%-
XYZ44.1126.550.93-
YUV139.31156.04190.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.31%
GREEN value IS 85 (33.59% from 255) = 16.97%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=45.31%
G=16.97%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278518900.630.170.11316.0671.7261.18
HexE355BD03F11B13c483d
Octal343125275077211347411075
Binary1110001110101011011110101111111000110111001111001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E355BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E355BD; }

 p { color: rgb(227,85,189); }

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

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

 a { background-color: rgb(227,85,189); }

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

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

 span { border-color: rgb(227,85,189); }

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