#E95DE0

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

Shades of Free Speech Magenta #E95DE0

Tints of Free Speech Magenta #E95DE0

Color information

#E95DE0 (or 0xE95DE0) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5D and E0. RGB value is (233,93,224). Sum of RGB (Red+Green+Blue) = 233+93+224=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DE0 is #16A21F. Grayscale: #959595. Windows color (decimal): -1483296 or 14704105. OLE color: 14704105.

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

Color convert

RGB23393224-
CMYK00.600.040.09
HSL303.86º76.09%63.92%-
HSV(B)303.86º60.09%91.37%-
XYZ50.9730.5373.73-
YUV149.79169.88187.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.36%
GREEN value IS 93 (36.72% from 255) = 16.91%
BLUE value IS 224 (87.89% from 255) = 40.73%
R=42.36%
G=16.91%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339322400.600.040.09303.8676.0963.92
HexE95DE003C491304c40
Octal351135340074411460114100
Binary111010011011101111000000111100100100110011000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95DE0; }

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

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

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

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

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

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

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

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