#E355B8

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

Shades of Free Speech Magenta #E355B8

Tints of Free Speech Magenta #E355B8

Color information

#E355B8 (or 0xE355B8) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 55 and B8. RGB value is (227,85,184). Sum of RGB (Red+Green+Blue) = 227+85+184=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E355B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355B8 is #1CAA47. Grayscale: #8A8A8A. Windows color (decimal): -1878600 or 12080611. OLE color: 12080611.

HSL color Cylindrical-coordinate representation of color #E355B8: hue angle of 318.17º 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 #E355B8 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB22785184-
CMYK00.630.190.11
HSL318.17º71.72%61.18%-
HSV(B)318.17º62.56%89.02%-
XYZ43.5826.2948.12-
YUV138.74153.54190.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.77%
GREEN value IS 85 (33.59% from 255) = 17.14%
BLUE value IS 184 (72.27% from 255) = 37.10%
R=45.77%
G=17.14%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278518400.630.190.11318.1771.7261.18
HexE355B803F13B13e483d
Octal343125270077231347611075
Binary1110001110101011011100001111111001110111001111101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E355B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E355B8; }

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

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

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

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

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

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

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

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