#E957F2

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

Shades of Free Speech Magenta #E957F2

Tints of Free Speech Magenta #E957F2

Color information

#E957F2 (or 0xE957F2) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 57 and F2. RGB value is (233,87,242). Sum of RGB (Red+Green+Blue) = 233+87+242=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 87 (34.38% from 255 or 15.48% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #E957F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E957F2 is #16A80D. Grayscale: #939393. Windows color (decimal): -1484814 or 15882217. OLE color: 15882217.

HSL color Cylindrical-coordinate representation of color #E957F2: hue angle of 296.52º 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 #E957F2 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23387242-
CMYK0.040.6400.05
HSL296.52º85.64%64.51%-
HSV(B)296.52º64.05%94.9%-
XYZ53.0430.5587.11-
YUV148.32180.87188.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.46%
GREEN value IS 87 (34.38% from 255) = 15.48%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=41.46%
G=15.48%
B=43.06%

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
Decimal233872420.040.6400.05296.5285.6464.51
HexE957F2440051295641
Octal351127362410005451126101
Binary111010011010111111100101001000000010110010100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E957F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E957F2; }

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

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

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

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

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

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

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

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