#E959CD

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

Shades of Free Speech Magenta #E959CD

Tints of Free Speech Magenta #E959CD

Color information

#E959CD (or 0xE959CD) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 59 and CD. RGB value is (233,89,205). Sum of RGB (Red+Green+Blue) = 233+89+205=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E959CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959CD is #16A632. Grayscale: #909090. Windows color (decimal): -1484339 or 13457897. OLE color: 13457897.

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

Color convert

RGB23389205-
CMYK00.620.120.09
HSL311.67º76.6%63.14%-
HSV(B)311.67º61.8%91.37%-
XYZ48.228.8860.79-
YUV145.28161.71190.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.21%
GREEN value IS 89 (35.16% from 255) = 16.89%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=44.21%
G=16.89%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338920500.620.120.09311.6776.663.14
HexE959CD03EC91384d3f
Octal351131315076141147011577
Binary111010011011001110011010111110110010011001110001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E959CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E959CD; }

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

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

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

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

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

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

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

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