#E441F1

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

Shades of Free Speech Magenta #E441F1

Tints of Free Speech Magenta #E441F1

Color information

#E441F1 (or 0xE441F1) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 41 and F1. RGB value is (228,65,241). Sum of RGB (Red+Green+Blue) = 228+65+241=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 65 (25.78% from 255 or 12.17% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #E441F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E441F1 is #1BBE0E. Grayscale: #858585. Windows color (decimal): -1818127 or 15811044. OLE color: 15811044.

HSL color Cylindrical-coordinate representation of color #E441F1: hue angle of 295.57º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E441F1 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22865241-
CMYK0.050.7300.05
HSL295.57º86.27%60%-
HSV(B)295.57º73.03%94.51%-
XYZ49.7626.6385.74-
YUV133.8188.5195.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.70%
GREEN value IS 65 (25.78% from 255) = 12.17%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=42.70%
G=12.17%
B=45.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal228652410.050.7300.05295.5786.2760
HexE441F154905128563c
Octal34410136151110545012674
Binary11100100100000111110001101100100101011001010001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E441F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E441F1; }

 p { color: rgb(228,65,241); }

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

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

 a { background-color: rgb(228,65,241); }

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

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

 span { border-color: rgb(228,65,241); }

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