#E449D3

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

Shades of Free Speech Magenta #E449D3

Tints of Free Speech Magenta #E449D3

Color information

#E449D3 (or 0xE449D3) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 49 and D3. RGB value is (228,73,211). Sum of RGB (Red+Green+Blue) = 228+73+211=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E449D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449D3 is #1BB62C. Grayscale: #868686. Windows color (decimal): -1816109 or 13847012. OLE color: 13847012.

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

Color convert

RGB22873211-
CMYK00.680.070.11
HSL306.58º74.16%59.02%-
HSV(B)306.58º67.98%89.41%-
XYZ46.1425.9664.21-
YUV135.08170.85194.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.53%
GREEN value IS 73 (28.91% from 255) = 14.26%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=44.53%
G=14.26%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287321100.680.070.11306.5874.1659.02
HexE449D30447B1334a3b
Octal344111323010471346311273
Binary111001001001001110100110100010011110111001100111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E449D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E449D3; }

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

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

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

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

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

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

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

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