#E149DF

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

Shades of Free Speech Magenta #E149DF

Tints of Free Speech Magenta #E149DF

Color information

#E149DF (or 0xE149DF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 49 and DF. RGB value is (225,73,223). Sum of RGB (Red+Green+Blue) = 225+73+223=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E149DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149DF is #1EB620. Grayscale: #878787. Windows color (decimal): -2012705 or 14633441. OLE color: 14633441.

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

Color convert

RGB22573223-
CMYK00.680.010.12
HSL300.79º71.7%58.43%-
HSV(B)300.79º67.56%88.24%-
XYZ46.7526.172.39-
YUV135.55177.36191.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 73 (28.91% from 255) = 14.01%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=43.19%
G=14.01%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257322300.680.010.12300.7971.758.43
HexE149DF0441C12d483a
Octal341111337010411445511072
Binary1110000110010011101111101000100111001001011011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E149DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E149DF; }

 p { color: rgb(225,73,223); }

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

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

 a { background-color: rgb(225,73,223); }

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

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

 span { border-color: rgb(225,73,223); }

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