#E95EED

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

Shades of Free Speech Magenta #E95EED

Tints of Free Speech Magenta #E95EED

Color information

#E95EED (or 0xE95EED) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5E and ED. RGB value is (233,94,237). Sum of RGB (Red+Green+Blue) = 233+94+237=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #E95EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95EED is #16A112. Grayscale: #979797. Windows color (decimal): -1483027 or 15556329. OLE color: 15556329.

HSL color Cylindrical-coordinate representation of color #E95EED: hue angle of 298.32º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95EED is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23394237-
CMYK0.020.6000.07
HSL298.32º79.89%64.9%-
HSV(B)298.32º60.34%92.94%-
XYZ52.8931.4483.4-
YUV151.86176.05185.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.31%
GREEN value IS 94 (37.11% from 255) = 16.67%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=41.31%
G=16.67%
B=42.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal233942370.020.6000.07298.3279.8964.9
HexE95EED23C0712a5041
Octal35113635527407452120101
Binary1110100110111101110110110111100011110010101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95EED; }

 p { color: rgb(233,94,237); }

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

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

 a { background-color: rgb(233,94,237); }

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

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

 span { border-color: rgb(233,94,237); }

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