#E955EC

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

Shades of Free Speech Magenta #E955EC

Tints of Free Speech Magenta #E955EC

Color information

#E955EC (or 0xE955EC) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 55 and EC. RGB value is (233,85,236). Sum of RGB (Red+Green+Blue) = 233+85+236=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #E955EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955EC is #16AA13. Grayscale: #929292. Windows color (decimal): -1485332 or 15488489. OLE color: 15488489.

HSL color Cylindrical-coordinate representation of color #E955EC: hue angle of 298.81º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E955EC is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23385236-
CMYK0.010.6400.07
HSL298.81º79.89%62.94%-
HSV(B)298.81º63.98%92.55%-
XYZ51.9929.8882.38-
YUV146.47178.53189.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.06%
GREEN value IS 85 (33.59% from 255) = 15.34%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=42.06%
G=15.34%
B=42.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal233852360.010.6400.07298.8179.8962.94
HexE955EC1400712b503f
Octal35112535411000745312077
Binary111010011010101111011001100000001111001010111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E955EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E955EC; }

 p { color: rgb(233,85,236); }

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

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

 a { background-color: rgb(233,85,236); }

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

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

 span { border-color: rgb(233,85,236); }

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