#E55AC8

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

Shades of Free Speech Magenta #E55AC8

Tints of Free Speech Magenta #E55AC8

Color information

#E55AC8 (or 0xE55AC8) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5A and C8. RGB value is (229,90,200). Sum of RGB (Red+Green+Blue) = 229+90+200=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55AC8 is #1AA537. Grayscale: #8F8F8F. Windows color (decimal): -1746232 or 13130469. OLE color: 13130469.

HSL color Cylindrical-coordinate representation of color #E55AC8: hue angle of 312.52º 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 #E55AC8 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB22990200-
CMYK00.610.130.10
HSL312.52º72.77%62.55%-
HSV(B)312.52º60.7%89.8%-
XYZ46.3928.1457.63-
YUV144.1159.55188.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 90 (35.55% from 255) = 17.34%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=44.12%
G=17.34%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299020000.610.130.10312.5272.7762.55
HexE55AC803DDA139493f
Octal345132310075151247111177
Binary111001011011010110010000111101110110101001110011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55AC8; }

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

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

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

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

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

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

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

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