#E446DC

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

Shades of Free Speech Magenta #E446DC

Tints of Free Speech Magenta #E446DC

Color information

#E446DC (or 0xE446DC) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 46 and DC. RGB value is (228,70,220). Sum of RGB (Red+Green+Blue) = 228+70+220=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E446DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E446DC is #1BB923. Grayscale: #858585. Windows color (decimal): -1816868 or 14436068. OLE color: 14436068.

HSL color Cylindrical-coordinate representation of color #E446DC: hue angle of 303.04º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E446DC is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB22870220-
CMYK00.690.040.11
HSL303.04º74.53%58.43%-
HSV(B)303.04º69.3%89.41%-
XYZ47.126.0470.25-
YUV134.34176.35194.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.02%
GREEN value IS 70 (27.73% from 255) = 13.51%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=44.02%
G=13.51%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287022000.690.040.11303.0474.5358.43
HexE446DC0454B12f4b3a
Octal344106334010541345711372
Binary111001001000110110111000100010110010111001011111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E446DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E446DC; }

 p { color: rgb(228,70,220); }

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

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

 a { background-color: rgb(228,70,220); }

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

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

 span { border-color: rgb(228,70,220); }

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