#E95FED

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

Shades of Free Speech Magenta #E95FED

Tints of Free Speech Magenta #E95FED

Color information

#E95FED (or 0xE95FED) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5F and ED. RGB value is (233,95,237). Sum of RGB (Red+Green+Blue) = 233+95+237=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 95 (37.5% from 255 or 16.81% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #E95FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95FED is #16A012. Grayscale: #989898. Windows color (decimal): -1482771 or 15556585. OLE color: 15556585.

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

Color convert

RGB23395237-
CMYK0.020.6000.07
HSL298.31º79.78%65.1%-
HSV(B)298.31º59.92%92.94%-
XYZ52.9831.6283.43-
YUV152.45175.72185.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.24%
GREEN value IS 95 (37.5% from 255) = 16.81%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=41.24%
G=16.81%
B=41.95%

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
Decimal233952370.020.6000.07298.3179.7865.1
HexE95FED23C0712a5041
Octal35113735527407452120101
Binary1110100110111111110110110111100011110010101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95FED; }

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

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

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

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

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

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

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

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