#E140E0

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

Shades of Free Speech Magenta #E140E0

Tints of Free Speech Magenta #E140E0

Color information

#E140E0 (or 0xE140E0) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 40 and E0. RGB value is (225,64,224). Sum of RGB (Red+Green+Blue) = 225+64+224=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E140E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140E0 is #1EBF1F. Grayscale: #818181. Windows color (decimal): -2015008 or 14696673. OLE color: 14696673.

HSL color Cylindrical-coordinate representation of color #E140E0: hue angle of 300.37º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140E0 is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB22564224-
CMYK00.720.000.12
HSL300.37º72.85%56.67%-
HSV(B)300.37º71.56%88.24%-
XYZ46.3425.0672.91-
YUV130.38180.84195.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 64 (25.39% from 255) = 12.48%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=43.86%
G=12.48%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256422400.720.000.12300.3772.8556.67
HexE140E00480C12c4939
Octal341100340011001445411171
Binary1110000110000001110000001001000011001001011001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E140E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E140E0; }

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

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

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

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

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

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

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

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