#E95DD5

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

Shades of Free Speech Magenta #E95DD5

Tints of Free Speech Magenta #E95DD5

Color information

#E95DD5 (or 0xE95DD5) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5D and D5. RGB value is (233,93,213). Sum of RGB (Red+Green+Blue) = 233+93+213=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DD5 is #16A22A. Grayscale: #949494. Windows color (decimal): -1483307 or 13983209. OLE color: 13983209.

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

Color convert

RGB23393213-
CMYK00.600.090.09
HSL308.57º76.09%63.92%-
HSV(B)308.57º60.09%91.37%-
XYZ49.5329.9666.12-
YUV148.54164.38188.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.23%
GREEN value IS 93 (36.72% from 255) = 17.25%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=43.23%
G=17.25%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339321300.600.090.09308.5776.0963.92
HexE95DD503C991354c40
Octal3511353250741111465114100
Binary1110100110111011101010101111001001100110011010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95DD5; }

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

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

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

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

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

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

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

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