#E958D7

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

Shades of Free Speech Magenta #E958D7

Tints of Free Speech Magenta #E958D7

Color information

#E958D7 (or 0xE958D7) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 58 and D7. RGB value is (233,88,215). Sum of RGB (Red+Green+Blue) = 233+88+215=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E958D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958D7 is #16A728. Grayscale: #919191. Windows color (decimal): -1484585 or 14113001. OLE color: 14113001.

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

Color convert

RGB23388215-
CMYK00.620.080.09
HSL307.45º76.72%62.94%-
HSV(B)307.45º62.23%91.37%-
XYZ49.3629.2167.33-
YUV145.83167.04190.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.47%
GREEN value IS 88 (34.77% from 255) = 16.42%
BLUE value IS 215 (84.38% from 255) = 40.11%
R=43.47%
G=16.42%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338821500.620.080.09307.4576.7262.94
HexE958D703E891334d3f
Octal351130327076101146311577
Binary111010011011000110101110111110100010011001100111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E958D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E958D7; }

 p { color: rgb(233,88,215); }

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

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

 a { background-color: rgb(233,88,215); }

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

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

 span { border-color: rgb(233,88,215); }

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