#E454F0

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

Shades of Free Speech Magenta #E454F0

Tints of Free Speech Magenta #E454F0

Color information

#E454F0 (or 0xE454F0) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 54 and F0. RGB value is (228,84,240). Sum of RGB (Red+Green+Blue) = 228+84+240=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 84 (33.20% from 255 or 15.22% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #E454F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E454F0 is #1BAB0F. Grayscale: #909090. Windows color (decimal): -1813264 or 15750372. OLE color: 15750372.

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

Color convert

RGB22884240-
CMYK0.050.6500.06
HSL295.38º83.87%63.53%-
HSV(B)295.38º65%94.12%-
XYZ50.8929.1385.38-
YUV144.84181.71187.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.30%
GREEN value IS 84 (33.20% from 255) = 15.22%
BLUE value IS 240 (94.14% from 255) = 43.48%
R=41.30%
G=15.22%
B=43.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal228842400.050.6500.06295.3883.8763.53
HexE454F0541061275440
Octal344124360510106447124100
Binary111001001010100111100001011000001011010010011110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E454F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E454F0; }

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

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

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

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

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

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

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

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