#E140FD

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

Shades of Free Speech Magenta #E140FD

Tints of Free Speech Magenta #E140FD

Color information

#E140FD (or 0xE140FD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 40 and FD. RGB value is (225,64,253). Sum of RGB (Red+Green+Blue) = 225+64+253=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 64 (25.39% from 255 or 11.81% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #E140FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E140FD is #1EBF02. Grayscale: #858585. Windows color (decimal): -2014979 or 16597217. OLE color: 16597217.

HSL color Cylindrical-coordinate representation of color #E140FD: hue angle of 291.11º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E140FD is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22564253-
CMYK0.110.7500.01
HSL291.11º97.93%62.16%-
HSV(B)291.11º74.7%99.22%-
XYZ50.6126.7795.43-
YUV133.68195.34193.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 64 (25.39% from 255) = 11.81%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=41.51%
G=11.81%
B=46.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225642530.110.7500.01291.1197.9362.16
HexE140FDB4B01123623e
Octal341100375131130144314276
Binary1110000110000001111110110111001011011001000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E140FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E140FD; }

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

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

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

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

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

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

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

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