#E054F0

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

Shades of Free Speech Magenta #E054F0

Tints of Free Speech Magenta #E054F0

Color information

#E054F0 (or 0xE054F0) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 54 and F0. RGB value is (224,84,240). Sum of RGB (Red+Green+Blue) = 224+84+240=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #E054F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E054F0 is #1FAB0F. Grayscale: #8F8F8F. Windows color (decimal): -2075408 or 15750368. OLE color: 15750368.

HSL color Cylindrical-coordinate representation of color #E054F0: hue angle of 293.85º 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 #E054F0 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22484240-
CMYK0.070.6500.06
HSL293.85º83.87%63.53%-
HSV(B)293.85º65%94.12%-
XYZ49.6428.4885.32-
YUV143.64182.38185.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 84 (33.20% from 255) = 15.33%
BLUE value IS 240 (94.14% from 255) = 43.80%
R=40.88%
G=15.33%
B=43.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224842400.070.6500.06293.8583.8763.53
HexE054F0741061265440
Octal340124360710106446124100
Binary111000001010100111100001111000001011010010011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E054F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E054F0; }

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

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

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

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

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

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

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

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