#E959D2

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

Shades of Free Speech Magenta #E959D2

Tints of Free Speech Magenta #E959D2

Color information

#E959D2 (or 0xE959D2) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 59 and D2. RGB value is (233,89,210). Sum of RGB (Red+Green+Blue) = 233+89+210=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E959D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959D2 is #16A62D. Grayscale: #919191. Windows color (decimal): -1484334 or 13785577. OLE color: 13785577.

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

Color convert

RGB23389210-
CMYK00.620.100.09
HSL309.58º76.6%63.14%-
HSV(B)309.58º61.8%91.37%-
XYZ48.8129.1264.02-
YUV145.85164.21190.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.80%
GREEN value IS 89 (35.16% from 255) = 16.73%
BLUE value IS 210 (82.42% from 255) = 39.47%
R=43.80%
G=16.73%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338921000.620.100.09309.5876.663.14
HexE959D203EA91364d3f
Octal351131322076121146611577
Binary111010011011001110100100111110101010011001101101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E959D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E959D2; }

 p { color: rgb(233,89,210); }

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

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

 a { background-color: rgb(233,89,210); }

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

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

 span { border-color: rgb(233,89,210); }

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