#E55BBD

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

Shades of Free Speech Magenta #E55BBD

Tints of Free Speech Magenta #E55BBD

Color information

#E55BBD (or 0xE55BBD) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5B and BD. RGB value is (229,91,189). Sum of RGB (Red+Green+Blue) = 229+91+189=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55BBD is #1AA442. Grayscale: #8F8F8F. Windows color (decimal): -1745987 or 12409829. OLE color: 12409829.

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

Color convert

RGB22991189-
CMYK00.600.170.10
HSL317.39º72.63%62.75%-
HSV(B)317.39º60.26%89.8%-
XYZ45.2427.8151.13-
YUV143.43153.72189.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 91 (35.94% from 255) = 17.88%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=44.99%
G=17.88%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299118900.600.170.10317.3972.6362.75
HexE55BBD03C11A13d493f
Octal345133275074211247511177
Binary1110010110110111011110101111001000110101001111011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55BBD; }

 p { color: rgb(229,91,189); }

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

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

 a { background-color: rgb(229,91,189); }

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

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

 span { border-color: rgb(229,91,189); }

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