#E139F1

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

Shades of Free Speech Magenta #E139F1

Tints of Free Speech Magenta #E139F1

Color information

#E139F1 (or 0xE139F1) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 39 and F1. RGB value is (225,57,241). Sum of RGB (Red+Green+Blue) = 225+57+241=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 57 (22.66% from 255 or 10.90% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #E139F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E139F1 is #1EC60E. Grayscale: #7F7F7F. Windows color (decimal): -2016783 or 15808993. OLE color: 15808993.

HSL color Cylindrical-coordinate representation of color #E139F1: hue angle of 294.78º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E139F1 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22557241-
CMYK0.070.7600.05
HSL294.78º86.79%58.43%-
HSV(B)294.78º76.35%94.51%-
XYZ48.3925.2885.55-
YUV128.21191.66197.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 57 (22.66% from 255) = 10.90%
BLUE value IS 241 (94.53% from 255) = 46.08%
R=43.02%
G=10.90%
B=46.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225572410.070.7600.05294.7886.7958.43
HexE139F174C05127573a
Octal3417136171140544712772
Binary1110000111100111110001111100110001011001001111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E139F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E139F1; }

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

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

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

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

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

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

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

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