#E140EF

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

Shades of Free Speech Magenta #E140EF

Tints of Free Speech Magenta #E140EF

Color information

#E140EF (or 0xE140EF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 40 and EF. RGB value is (225,64,239). Sum of RGB (Red+Green+Blue) = 225+64+239=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #E140EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E140EF is #1EBF10. Grayscale: #838383. Windows color (decimal): -2014993 or 15679713. OLE color: 15679713.

HSL color Cylindrical-coordinate representation of color #E140EF: hue angle of 295.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E140EF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22564239-
CMYK0.060.7300.06
HSL295.2º84.54%59.41%-
HSV(B)295.2º73.22%93.73%-
XYZ48.4625.9184.11-
YUV132.09188.34194.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 64 (25.39% from 255) = 12.12%
BLUE value IS 239 (93.75% from 255) = 45.27%
R=42.61%
G=12.12%
B=45.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225642390.060.7300.06295.284.5459.41
HexE140EF64906127553b
Octal34110035761110644712573
Binary11100001100000011101111110100100101101001001111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E140EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E140EF; }

 p { color: rgb(225,64,239); }

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

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

 a { background-color: rgb(225,64,239); }

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

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

 span { border-color: rgb(225,64,239); }

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