#E551F0

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

Shades of Free Speech Magenta #E551F0

Tints of Free Speech Magenta #E551F0

Color information

#E551F0 (or 0xE551F0) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 51 and F0. RGB value is (229,81,240). Sum of RGB (Red+Green+Blue) = 229+81+240=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 81 (32.03% from 255 or 14.73% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #E551F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E551F0 is #1AAE0F. Grayscale: #8E8E8E. Windows color (decimal): -1748496 or 15749605. OLE color: 15749605.

HSL color Cylindrical-coordinate representation of color #E551F0: hue angle of 295.85º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E551F0 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22981240-
CMYK0.050.6600.06
HSL295.85º84.13%62.94%-
HSV(B)295.85º66.25%94.12%-
XYZ50.9828.8385.32-
YUV143.38182.53189.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.64%
GREEN value IS 81 (32.03% from 255) = 14.73%
BLUE value IS 240 (94.14% from 255) = 43.64%
R=41.64%
G=14.73%
B=43.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal229812400.050.6600.06295.8584.1362.94
HexE551F054206128543f
Octal34512136051020645012477
Binary11100101101000111110000101100001001101001010001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E551F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E551F0; }

 p { color: rgb(229,81,240); }

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

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

 a { background-color: rgb(229,81,240); }

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

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

 span { border-color: rgb(229,81,240); }

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