#E041DB

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

Shades of Free Speech Magenta #E041DB

Tints of Free Speech Magenta #E041DB

Color information

#E041DB (or 0xE041DB) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 41 and DB. RGB value is (224,65,219). Sum of RGB (Red+Green+Blue) = 224+65+219=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E041DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041DB is #1FBE24. Grayscale: #818181. Windows color (decimal): -2080293 or 14369248. OLE color: 14369248.

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

Color convert

RGB22465219-
CMYK00.710.020.12
HSL301.89º71.95%56.67%-
HSV(B)301.89º70.98%87.84%-
XYZ45.4224.7469.4-
YUV130.1178.18194.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 65 (25.78% from 255) = 12.80%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=44.09%
G=12.80%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246521900.710.020.12301.8971.9556.67
HexE041DB0472C12e4839
Octal340101333010721445611071
Binary11100000100000111011011010001111011001001011101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E041DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E041DB; }

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

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

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

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

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

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

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

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