#E554F5

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

Shades of Free Speech Magenta #E554F5

Tints of Free Speech Magenta #E554F5

Color information

#E554F5 (or 0xE554F5) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 54 and F5. RGB value is (229,84,245). Sum of RGB (Red+Green+Blue) = 229+84+245=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 84 (33.20% from 255 or 15.05% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #E554F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E554F5 is #1AAB0A. Grayscale: #919191. Windows color (decimal): -1747723 or 16078053. OLE color: 16078053.

HSL color Cylindrical-coordinate representation of color #E554F5: hue angle of 294.04º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E554F5 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22984245-
CMYK0.070.6600.04
HSL294.04º88.95%64.51%-
HSV(B)294.04º65.71%96.08%-
XYZ51.9629.5989.36-
YUV145.71184.04187.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 84 (33.20% from 255) = 15.05%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=41.04%
G=15.05%
B=43.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal229842450.070.6600.04294.0488.9564.51
HexE554F5742041265941
Octal345124365710204446131101
Binary111001011010100111101011111000010010010010011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E554F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E554F5; }

 p { color: rgb(229,84,245); }

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

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

 a { background-color: rgb(229,84,245); }

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

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

 span { border-color: rgb(229,84,245); }

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