#E44DDB

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

Shades of Free Speech Magenta #E44DDB

Tints of Free Speech Magenta #E44DDB

Color information

#E44DDB (or 0xE44DDB) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 4D and DB. RGB value is (228,77,219). Sum of RGB (Red+Green+Blue) = 228+77+219=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DDB is #1BB224. Grayscale: #898989. Windows color (decimal): -1815077 or 14372324. OLE color: 14372324.

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

Color convert

RGB22877219-
CMYK00.660.040.11
HSL303.58º73.66%59.8%-
HSV(B)303.58º66.23%89.41%-
XYZ47.4326.9269.71-
YUV138.34173.53191.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.51%
GREEN value IS 77 (30.47% from 255) = 14.69%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=43.51%
G=14.69%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287721900.660.040.11303.5873.6659.8
HexE44DDB0424B1304a3c
Octal344115333010241346011274
Binary111001001001101110110110100001010010111001100001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44DDB; }

 p { color: rgb(228,77,219); }

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

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

 a { background-color: rgb(228,77,219); }

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

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

 span { border-color: rgb(228,77,219); }

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