#EC5DDB

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

Shades of Free Speech Magenta #EC5DDB

Tints of Free Speech Magenta #EC5DDB

Color information

#EC5DDB (or 0xEC5DDB) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5D and DB. RGB value is (236,93,219). Sum of RGB (Red+Green+Blue) = 236+93+219=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 93 (36.72% from 255 or 16.97% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DDB is #13A224. Grayscale: #959595. Windows color (decimal): -1286693 or 14376428. OLE color: 14376428.

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

Color convert

RGB23693219-
CMYK00.610.070.07
HSL307.13º79.01%64.51%-
HSV(B)307.13º60.59%92.55%-
XYZ51.2930.7870.25-
YUV150.12166.88189.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.07%
GREEN value IS 93 (36.72% from 255) = 16.97%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=43.07%
G=16.97%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369321900.610.070.07307.1379.0164.51
HexEC5DDB03D771334f41
Octal35413533307577463117101
Binary11101100101110111011011011110111111110011001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5DDB; }

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

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

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

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

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

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

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

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