#E55ABD

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

Shades of Free Speech Magenta #E55ABD

Tints of Free Speech Magenta #E55ABD

Color information

#E55ABD (or 0xE55ABD) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5A and BD. RGB value is (229,90,189). Sum of RGB (Red+Green+Blue) = 229+90+189=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ABD is #1AA542. Grayscale: #8E8E8E. Windows color (decimal): -1746243 or 12409573. OLE color: 12409573.

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

Color convert

RGB22990189-
CMYK00.610.170.10
HSL317.27º72.77%62.55%-
HSV(B)317.27º60.7%89.8%-
XYZ45.1527.6451.1-
YUV142.85154.05189.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 90 (35.55% from 255) = 17.72%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=45.08%
G=17.72%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299018900.610.170.10317.2772.7762.55
HexE55ABD03D11A13d493f
Octal345132275075211247511177
Binary1110010110110101011110101111011000110101001111011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55ABD; }

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

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

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

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

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

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

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

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