#EC5DDD

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

Shades of Free Speech Magenta #EC5DDD

Tints of Free Speech Magenta #EC5DDD

Color information

#EC5DDD (or 0xEC5DDD) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5D and DD. RGB value is (236,93,221). Sum of RGB (Red+Green+Blue) = 236+93+221=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DDD is #13A222. Grayscale: #959595. Windows color (decimal): -1286691 or 14507500. OLE color: 14507500.

HSL color Cylindrical-coordinate representation of color #EC5DDD: hue angle of 306.29º 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 #EC5DDD is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB23693221-
CMYK00.610.060.07
HSL306.29º79.01%64.51%-
HSV(B)306.29º60.59%92.55%-
XYZ51.5630.8871.65-
YUV150.35167.88189.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 93 (36.72% from 255) = 16.91%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=42.91%
G=16.91%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369322100.610.060.07306.2979.0164.51
HexEC5DDD03D671324f41
Octal35413533507567462117101
Binary11101100101110111011101011110111011110011001010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5DDD; }

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

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

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

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

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

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

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

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