#E956DC

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

Shades of Free Speech Magenta #E956DC

Tints of Free Speech Magenta #E956DC

Color information

#E956DC (or 0xE956DC) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 56 and DC. RGB value is (233,86,220). Sum of RGB (Red+Green+Blue) = 233+86+220=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E956DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E956DC is #16A923. Grayscale: #909090. Windows color (decimal): -1485092 or 14440169. OLE color: 14440169.

HSL color Cylindrical-coordinate representation of color #E956DC: hue angle of 305.31º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E956DC is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23386220-
CMYK00.630.060.09
HSL305.31º76.96%62.55%-
HSV(B)305.31º63.09%91.37%-
XYZ49.8529.1570.71-
YUV145.23170.2190.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.23%
GREEN value IS 86 (33.98% from 255) = 15.96%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=43.23%
G=15.96%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338622000.630.060.09305.3176.9662.55
HexE956DC03F691314d3f
Octal35112633407761146111577
Binary11101001101011011011100011111111010011001100011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E956DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E956DC; }

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

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

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

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

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

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

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

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