#E041D8

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

Shades of Free Speech Magenta #E041D8

Tints of Free Speech Magenta #E041D8

Color information

#E041D8 (or 0xE041D8) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 41 and D8. RGB value is (224,65,216). Sum of RGB (Red+Green+Blue) = 224+65+216=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E041D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041D8 is #1FBE27. Grayscale: #818181. Windows color (decimal): -2080296 or 14172640. OLE color: 14172640.

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

Color convert

RGB22465216-
CMYK00.710.040.12
HSL303.02º71.95%56.67%-
HSV(B)303.02º70.98%87.84%-
XYZ45.0324.5967.34-
YUV129.76176.68195.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 65 (25.78% from 255) = 12.87%
BLUE value IS 216 (84.77% from 255) = 42.77%
R=44.36%
G=12.87%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246521600.710.040.12303.0271.9556.67
HexE041D80474C12f4839
Octal340101330010741445711071
Binary111000001000001110110000100011110011001001011111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E041D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E041D8; }

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

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

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

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

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

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

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

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