#E956F1

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

Shades of Free Speech Magenta #E956F1

Tints of Free Speech Magenta #E956F1

Color information

#E956F1 (or 0xE956F1) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 56 and F1. RGB value is (233,86,241). Sum of RGB (Red+Green+Blue) = 233+86+241=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 86 (33.98% from 255 or 15.36% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #E956F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E956F1 is #16A90E. Grayscale: #939393. Windows color (decimal): -1485071 or 15816425. OLE color: 15816425.

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

Color convert

RGB23386241-
CMYK0.030.6400.05
HSL296.9º84.7%64.12%-
HSV(B)296.9º64.32%94.51%-
XYZ52.8130.3386.29-
YUV147.62180.7188.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.61%
GREEN value IS 86 (33.98% from 255) = 15.36%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=41.61%
G=15.36%
B=43.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal233862410.030.6400.05296.984.764.12
HexE956F1340051295540
Octal351126361310005451125100
Binary11101001101011011110001111000000010110010100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E956F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E956F1; }

 p { color: rgb(233,86,241); }

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

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

 a { background-color: rgb(233,86,241); }

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

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

 span { border-color: rgb(233,86,241); }

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