#E555BA

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

Shades of Free Speech Magenta #E555BA

Tints of Free Speech Magenta #E555BA

Color information

#E555BA (or 0xE555BA) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 55 and BA. RGB value is (229,85,186). Sum of RGB (Red+Green+Blue) = 229+85+186=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E555BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555BA is #1AAA45. Grayscale: #8B8B8B. Windows color (decimal): -1747526 or 12211685. OLE color: 12211685.

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

Color convert

RGB22985186-
CMYK00.630.190.10
HSL317.92º73.47%61.57%-
HSV(B)317.92º62.88%89.8%-
XYZ44.4226.749.27-
YUV139.57154.21191.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.8%
GREEN value IS 85 (33.59% from 255) = 17%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=45.8%
G=17%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298518600.630.190.10317.9273.4761.57
HexE555BA03F13A13e493e
Octal345125272077231247611176
Binary1110010110101011011101001111111001110101001111101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E555BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E555BA; }

 p { color: rgb(229,85,186); }

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

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

 a { background-color: rgb(229,85,186); }

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

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

 span { border-color: rgb(229,85,186); }

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