#E540DB

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

Shades of Free Speech Magenta #E540DB

Tints of Free Speech Magenta #E540DB

Color information

#E540DB (or 0xE540DB) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 40 and DB. RGB value is (229,64,219). Sum of RGB (Red+Green+Blue) = 229+64+219=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E540DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540DB is #1ABF24. Grayscale: #828282. Windows color (decimal): -1752869 or 14368997. OLE color: 14368997.

HSL color Cylindrical-coordinate representation of color #E540DB: hue angle of 303.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E540DB is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB22964219-
CMYK00.720.040.10
HSL303.64º76.04%57.45%-
HSV(B)303.64º72.05%89.8%-
XYZ46.9325.4469.45-
YUV131177.66197.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.73%
GREEN value IS 64 (25.39% from 255) = 12.5%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=44.73%
G=12.5%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296421900.720.040.10303.6476.0457.45
HexE540DB0484A1304c39
Octal345100333011041246011471
Binary111001011000000110110110100100010010101001100001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E540DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E540DB; }

 p { color: rgb(229,64,219); }

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

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

 a { background-color: rgb(229,64,219); }

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

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

 span { border-color: rgb(229,64,219); }

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