#E95DCD

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

Shades of Free Speech Magenta #E95DCD

Tints of Free Speech Magenta #E95DCD

Color information

#E95DCD (or 0xE95DCD) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5D and CD. RGB value is (233,93,205). Sum of RGB (Red+Green+Blue) = 233+93+205=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DCD is #16A232. Grayscale: #939393. Windows color (decimal): -1483315 or 13458921. OLE color: 13458921.

HSL color Cylindrical-coordinate representation of color #E95DCD: hue angle of 312º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95DCD is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB23393205-
CMYK00.600.120.09
HSL312º76.09%63.92%-
HSV(B)312º60.09%91.37%-
XYZ48.5429.5660.91-
YUV147.63160.38188.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.88%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=43.88%
G=17.51%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339320500.600.120.0931276.0963.92
HexE95DCD03CC91384c40
Octal3511353150741411470114100
Binary1110100110111011100110101111001100100110011100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95DCD; }

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

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

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

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

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

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

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

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