#E141D6

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

Shades of Free Speech Magenta #E141D6

Tints of Free Speech Magenta #E141D6

Color information

#E141D6 (or 0xE141D6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 41 and D6. RGB value is (225,65,214). Sum of RGB (Red+Green+Blue) = 225+65+214=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E141D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141D6 is #1EBE29. Grayscale: #818181. Windows color (decimal): -2014762 or 14041569. OLE color: 14041569.

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

Color convert

RGB22565214-
CMYK00.710.050.12
HSL304.12º72.73%56.86%-
HSV(B)304.12º71.11%88.24%-
XYZ45.0824.6466-
YUV129.83175.51195.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 65 (25.78% from 255) = 12.90%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=44.64%
G=12.90%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256521400.710.050.12304.1272.7356.86
HexE141D60475C1304939
Octal341101326010751446011171
Binary111000011000001110101100100011110111001001100001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E141D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E141D6; }

 p { color: rgb(225,65,214); }

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

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

 a { background-color: rgb(225,65,214); }

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

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

 span { border-color: rgb(225,65,214); }

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