#E956DD

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

Shades of Free Speech Magenta #E956DD

Tints of Free Speech Magenta #E956DD

Color information

#E956DD (or 0xE956DD) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 56 and DD. RGB value is (233,86,221). Sum of RGB (Red+Green+Blue) = 233+86+221=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E956DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E956DD is #16A922. Grayscale: #909090. Windows color (decimal): -1485091 or 14505705. OLE color: 14505705.

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

Color convert

RGB23386221-
CMYK00.630.050.09
HSL304.9º76.96%62.55%-
HSV(B)304.9º63.09%91.37%-
XYZ49.9829.271.41-
YUV145.34170.7190.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.15%
GREEN value IS 86 (33.98% from 255) = 15.93%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=43.15%
G=15.93%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338622100.630.050.09304.976.9662.55
HexE956DD03F591314d3f
Octal35112633507751146111577
Binary11101001101011011011101011111110110011001100011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E956DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E956DD; }

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

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

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

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

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

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

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

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