#E041FD

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

Shades of Free Speech Magenta #E041FD

Tints of Free Speech Magenta #E041FD

Color information

#E041FD (or 0xE041FD) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 41 and FD. RGB value is (224,65,253). Sum of RGB (Red+Green+Blue) = 224+65+253=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 65 (25.78% from 255 or 11.99% 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 #E041FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E041FD is #1FBE02. Grayscale: #858585. Windows color (decimal): -2080259 or 16597472. OLE color: 16597472.

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

Color convert

RGB22465253-
CMYK0.110.7400.01
HSL290.74º97.92%62.35%-
HSV(B)290.74º74.31%99.22%-
XYZ50.3626.7295.43-
YUV133.97195.18192.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 65 (25.78% from 255) = 11.99%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=41.33%
G=11.99%
B=46.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal224652530.110.7400.01290.7497.9262.35
HexE041FDB4A01123623e
Octal340101375131120144314276
Binary1110000010000011111110110111001010011001000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E041FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E041FD; }

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

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

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

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

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

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

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

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