#e044db

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

Shades of Free Speech Magenta #E044DB

Tints of Free Speech Magenta #E044DB

Color information

#E044DB (or 0xE044DB) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 44 and DB. RGB value is (224,68,219). Sum of RGB (Red+Green+Blue) = 224+68+219=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E044DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E044DB is #1FBB24. Grayscale: #838383. Windows color (decimal): -2079525 or 14370016. OLE color: 14370016.

HSL color Cylindrical-coordinate representation of color #E044DB: hue angle of 301.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E044DB is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB22468219-
CMYK00.700.020.12
HSL301.92º71.56%57.25%-
HSV(B)301.92º69.64%87.84%-
XYZ45.5925.169.46-
YUV131.86177.18193.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.84%
GREEN value IS 68 (26.95% from 255) = 13.31%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=43.84%
G=13.31%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246821900.700.020.12301.9271.5657.25
HexE044DB0462C12e4839
Octal340104333010621445611071
Binary11100000100010011011011010001101011001001011101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e044db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e044db; }

 p { color: rgb(224,68,219); }

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

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

 a { background-color: rgb(224,68,219); }

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

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

 span { border-color: rgb(224,68,219); }

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