#e559db

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

Shades of Free Speech Magenta #E559DB

Tints of Free Speech Magenta #E559DB

Color information

#E559DB (or 0xE559DB) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 59 and DB. RGB value is (229,89,219). Sum of RGB (Red+Green+Blue) = 229+89+219=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E559DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E559DB is #1AA624. Grayscale: #919191. Windows color (decimal): -1746469 or 14375397. OLE color: 14375397.

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

Color convert

RGB22989219-
CMYK00.610.040.10
HSL304.29º72.92%62.35%-
HSV(B)304.29º61.14%89.8%-
XYZ48.6728.9270.03-
YUV145.68169.38187.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.64%
GREEN value IS 89 (35.16% from 255) = 16.57%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=42.64%
G=16.57%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298921900.610.040.10304.2972.9262.35
HexE559DB03D4A130493e
Octal34513133307541246011176
Binary11100101101100111011011011110110010101001100001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e559db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e559db; }

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

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

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

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

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

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

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

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