#E040FD

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

Shades of Free Speech Magenta #E040FD

Tints of Free Speech Magenta #E040FD

Color information

#E040FD (or 0xE040FD) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 40 and FD. RGB value is (224,64,253). Sum of RGB (Red+Green+Blue) = 224+64+253=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 64 (25.39% from 255 or 11.83% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #E040FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040FD is #1FBF02. Grayscale: #848484. Windows color (decimal): -2080515 or 16597216. OLE color: 16597216.

HSL color Cylindrical-coordinate representation of color #E040FD: hue angle of 290.79º 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 #E040FD is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22464253-
CMYK0.110.7500.01
HSL290.79º97.93%62.16%-
HSV(B)290.79º74.7%99.22%-
XYZ50.326.6195.41-
YUV133.39195.51192.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 64 (25.39% from 255) = 11.83%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=41.40%
G=11.83%
B=46.77%

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
Decimal224642530.110.7500.01290.7997.9362.16
HexE040FDB4B01123623e
Octal340100375131130144314276
Binary1110000010000001111110110111001011011001000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E040FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E040FD; }

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

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

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

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

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

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

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

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