#E249DF

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

Shades of Free Speech Magenta #E249DF

Tints of Free Speech Magenta #E249DF

Color information

#E249DF (or 0xE249DF) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 49 and DF. RGB value is (226,73,223). Sum of RGB (Red+Green+Blue) = 226+73+223=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E249DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249DF is #1DB620. Grayscale: #878787. Windows color (decimal): -1947169 or 14633442. OLE color: 14633442.

HSL color Cylindrical-coordinate representation of color #E249DF: hue angle of 301.18º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E249DF is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB22673223-
CMYK00.680.010.11
HSL301.18º72.51%58.63%-
HSV(B)301.18º67.7%88.63%-
XYZ47.0726.2672.4-
YUV135.85177.19192.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 73 (28.91% from 255) = 13.98%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=43.30%
G=13.98%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267322300.680.010.11301.1872.5158.63
HexE249DF0441B12d493b
Octal342111337010411345511173
Binary1110001010010011101111101000100110111001011011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E249DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E249DF; }

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

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

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

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

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

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

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

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