#EC59DB

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

Shades of Free Speech Magenta #EC59DB

Tints of Free Speech Magenta #EC59DB

Color information

#EC59DB (or 0xEC59DB) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 59 and DB. RGB value is (236,89,219). Sum of RGB (Red+Green+Blue) = 236+89+219=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 89 (35.16% from 255 or 16.36% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59DB is #13A624. Grayscale: #939393. Windows color (decimal): -1287717 or 14375404. OLE color: 14375404.

HSL color Cylindrical-coordinate representation of color #EC59DB: hue angle of 306.94º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59DB is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB23689219-
CMYK00.620.070.07
HSL306.94º79.46%63.73%-
HSV(B)306.94º62.29%92.55%-
XYZ50.9530.0970.14-
YUV147.77168.2190.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 89 (35.16% from 255) = 16.36%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=43.38%
G=16.36%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368921900.620.070.07306.9479.4663.73
HexEC59DB03E771334f40
Octal35413133307677463117100
Binary11101100101100111011011011111011111110011001110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC59DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC59DB; }

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

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

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

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

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

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

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

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