#E554F1

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

Shades of Free Speech Magenta #E554F1

Tints of Free Speech Magenta #E554F1

Color information

#E554F1 (or 0xE554F1) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 54 and F1. RGB value is (229,84,241). Sum of RGB (Red+Green+Blue) = 229+84+241=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 84 (33.20% from 255 or 15.16% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #E554F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E554F1 is #1AAB0E. Grayscale: #909090. Windows color (decimal): -1747727 or 15815909. OLE color: 15815909.

HSL color Cylindrical-coordinate representation of color #E554F1: hue angle of 295.41º degrees, saturation: 0.85, 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 #E554F1 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22984241-
CMYK0.050.6500.05
HSL295.41º84.86%63.73%-
HSV(B)295.41º65.15%94.51%-
XYZ51.3629.3586.18-
YUV145.25182.04187.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.34%
GREEN value IS 84 (33.20% from 255) = 15.16%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=41.34%
G=15.16%
B=43.50%

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
Decimal229842410.050.6500.05295.4184.8663.73
HexE554F1541051275540
Octal345124361510105447125100
Binary111001011010100111100011011000001010110010011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E554F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E554F1; }

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

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

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

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

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

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

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

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