#E956D0

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

Shades of Free Speech Magenta #E956D0

Tints of Free Speech Magenta #E956D0

Color information

#E956D0 (or 0xE956D0) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 56 and D0. RGB value is (233,86,208). Sum of RGB (Red+Green+Blue) = 233+86+208=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E956D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E956D0 is #16A92F. Grayscale: #8F8F8F. Windows color (decimal): -1485104 or 13653737. OLE color: 13653737.

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

Color convert

RGB23386208-
CMYK00.630.110.09
HSL310.2º76.96%62.55%-
HSV(B)310.2º63.09%91.37%-
XYZ48.3228.5362.64-
YUV143.86164.2191.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.21%
GREEN value IS 86 (33.98% from 255) = 16.32%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=44.21%
G=16.32%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338620800.630.110.09310.276.9662.55
HexE956D003FB91364d3f
Octal351126320077131146611577
Binary111010011010110110100000111111101110011001101101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E956D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E956D0; }

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

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

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

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

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

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

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

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