#E459F0

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

Shades of Free Speech Magenta #E459F0

Tints of Free Speech Magenta #E459F0

Color information

#E459F0 (or 0xE459F0) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 59 and F0. RGB value is (228,89,240). Sum of RGB (Red+Green+Blue) = 228+89+240=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #E459F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E459F0 is #1BA60F. Grayscale: #939393. Windows color (decimal): -1811984 or 15751652. OLE color: 15751652.

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

Color convert

RGB22889240-
CMYK0.050.6300.06
HSL295.23º83.43%64.51%-
HSV(B)295.23º62.92%94.12%-
XYZ51.329.9385.51-
YUV147.77180.05185.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.93%
GREEN value IS 89 (35.16% from 255) = 15.98%
BLUE value IS 240 (94.14% from 255) = 43.09%
R=40.93%
G=15.98%
B=43.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal228892400.050.6300.06295.2383.4364.51
HexE459F053F061275341
Octal34413136057706447123101
Binary11100100101100111110000101111111011010010011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E459F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E459F0; }

 p { color: rgb(228,89,240); }

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

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

 a { background-color: rgb(228,89,240); }

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

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

 span { border-color: rgb(228,89,240); }

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