#E55BE9

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

Shades of Free Speech Magenta #E55BE9

Tints of Free Speech Magenta #E55BE9

Color information

#E55BE9 (or 0xE55BE9) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 5B and E9. RGB value is (229,91,233). Sum of RGB (Red+Green+Blue) = 229+91+233=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 91 (35.94% from 255 or 16.46% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #E55BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55BE9 is #1AA416. Grayscale: #949494. Windows color (decimal): -1745943 or 15293413. OLE color: 15293413.

HSL color Cylindrical-coordinate representation of color #E55BE9: hue angle of 298.31º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55BE9 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22991233-
CMYK0.020.6100.09
HSL298.31º76.34%63.53%-
HSV(B)298.31º60.94%91.37%-
XYZ50.7630.0280.21-
YUV148.45175.72185.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 91 (35.94% from 255) = 16.46%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=41.41%
G=16.46%
B=42.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal229912330.020.6100.09298.3176.3463.53
HexE55BE923D0912a4c40
Octal345133351275011452114100
Binary11100101101101111101001101111010100110010101010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55BE9; }

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

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

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

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

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

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

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

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