#E041D7

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

Shades of Free Speech Magenta #E041D7

Tints of Free Speech Magenta #E041D7

Color information

#E041D7 (or 0xE041D7) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 41 and D7. RGB value is (224,65,215). Sum of RGB (Red+Green+Blue) = 224+65+215=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E041D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041D7 is #1FBE28. Grayscale: #818181. Windows color (decimal): -2080297 or 14107104. OLE color: 14107104.

HSL color Cylindrical-coordinate representation of color #E041D7: hue angle of 303.4º 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 #E041D7 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22465215-
CMYK00.710.040.12
HSL303.4º71.95%56.67%-
HSV(B)303.4º70.98%87.84%-
XYZ44.924.5366.66-
YUV129.64176.18195.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 65 (25.78% from 255) = 12.90%
BLUE value IS 215 (84.38% from 255) = 42.66%
R=44.44%
G=12.90%
B=42.66%

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
Decimal2246521500.710.040.12303.471.9556.67
HexE041D70474C12f4839
Octal340101327010741445711071
Binary111000001000001110101110100011110011001001011111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E041D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E041D7; }

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

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

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

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

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

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

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

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