#E857F2

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

Shades of Free Speech Magenta #E857F2

Tints of Free Speech Magenta #E857F2

Color information

#E857F2 (or 0xE857F2) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 57 and F2. RGB value is (232,87,242). Sum of RGB (Red+Green+Blue) = 232+87+242=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 87 (34.38% from 255 or 15.51% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #E857F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E857F2 is #17A80D. Grayscale: #939393. Windows color (decimal): -1550350 or 15882216. OLE color: 15882216.

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

Color convert

RGB23287242-
CMYK0.040.6400.05
HSL296.13º85.64%64.51%-
HSV(B)296.13º64.05%94.9%-
XYZ52.7130.3887.09-
YUV148.02181.04187.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.35%
GREEN value IS 87 (34.38% from 255) = 15.51%
BLUE value IS 242 (94.92% from 255) = 43.14%
R=41.35%
G=15.51%
B=43.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232872420.040.6400.05296.1385.6464.51
HexE857F2440051285641
Octal350127362410005450126101
Binary111010001010111111100101001000000010110010100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E857F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E857F2; }

 p { color: rgb(232,87,242); }

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

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

 a { background-color: rgb(232,87,242); }

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

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

 span { border-color: rgb(232,87,242); }

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