#E449DE

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

Shades of Free Speech Magenta #E449DE

Tints of Free Speech Magenta #E449DE

Color information

#E449DE (or 0xE449DE) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 49 and DE. RGB value is (228,73,222). Sum of RGB (Red+Green+Blue) = 228+73+222=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E449DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449DE is #1BB621. Grayscale: #878787. Windows color (decimal): -1816098 or 14567908. OLE color: 14567908.

HSL color Cylindrical-coordinate representation of color #E449DE: hue angle of 302.32º degrees, saturation: 0.74, 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 #E449DE is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB22873222-
CMYK00.680.030.11
HSL302.32º74.16%59.02%-
HSV(B)302.32º67.98%89.41%-
XYZ47.5626.5371.72-
YUV136.33176.35193.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.59%
GREEN value IS 73 (28.91% from 255) = 13.96%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=43.59%
G=13.96%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287322200.680.030.11302.3274.1659.02
HexE449DE0443B12e4a3b
Octal344111336010431345611273
Binary11100100100100111011110010001001110111001011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E449DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E449DE; }

 p { color: rgb(228,73,222); }

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

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

 a { background-color: rgb(228,73,222); }

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

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

 span { border-color: rgb(228,73,222); }

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