#E555F2

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

Shades of Free Speech Magenta #E555F2

Tints of Free Speech Magenta #E555F2

Color information

#E555F2 (or 0xE555F2) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 55 and F2. RGB value is (229,85,242). Sum of RGB (Red+Green+Blue) = 229+85+242=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #E555F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E555F2 is #1AAA0D. Grayscale: #919191. Windows color (decimal): -1747470 or 15881701. OLE color: 15881701.

HSL color Cylindrical-coordinate representation of color #E555F2: hue angle of 295.03º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E555F2 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22985242-
CMYK0.050.6500.05
HSL295.03º85.79%64.12%-
HSV(B)295.03º64.88%94.9%-
XYZ51.5929.5786.99-
YUV145.95182.21187.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 85 (33.59% from 255) = 15.29%
BLUE value IS 242 (94.92% from 255) = 43.53%
R=41.19%
G=15.29%
B=43.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal229852420.050.6500.05295.0385.7964.12
HexE555F2541051275640
Octal345125362510105447126100
Binary111001011010101111100101011000001010110010011110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E555F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E555F2; }

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

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

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

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

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

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

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

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