#E139F6

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

Shades of Free Speech Magenta #E139F6

Tints of Free Speech Magenta #E139F6

Color information

#E139F6 (or 0xE139F6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 39 and F6. RGB value is (225,57,246). Sum of RGB (Red+Green+Blue) = 225+57+246=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 57 (22.66% from 255 or 10.80% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #E139F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E139F6 is #1EC609. Grayscale: #808080. Windows color (decimal): -2016778 or 16136673. OLE color: 16136673.

HSL color Cylindrical-coordinate representation of color #E139F6: hue angle of 293.33º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E139F6 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22557246-
CMYK0.090.7700.04
HSL293.33º91.3%59.41%-
HSV(B)293.33º76.83%96.47%-
XYZ49.1525.5989.54-
YUV128.78194.16196.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 57 (22.66% from 255) = 10.80%
BLUE value IS 246 (96.48% from 255) = 46.59%
R=42.61%
G=10.80%
B=46.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal225572460.090.7700.04293.3391.359.41
HexE139F694D041255b3b
Octal34171366111150444513373
Binary11100001111001111101101001100110101001001001011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E139F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E139F6; }

 p { color: rgb(225,57,246); }

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

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

 a { background-color: rgb(225,57,246); }

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

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

 span { border-color: rgb(225,57,246); }

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