#EC5BD2

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

Shades of Free Speech Magenta #EC5BD2

Tints of Free Speech Magenta #EC5BD2

Color information

#EC5BD2 (or 0xEC5BD2) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5B and D2. RGB value is (236,91,210). Sum of RGB (Red+Green+Blue) = 236+91+210=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BD2 is #13A42D. Grayscale: #939393. Windows color (decimal): -1287214 or 13786092. OLE color: 13786092.

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

Color convert

RGB23691210-
CMYK00.610.110.07
HSL310.76º79.23%64.12%-
HSV(B)310.76º61.44%92.55%-
XYZ49.9729.9764.12-
YUV147.92163.04190.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 91 (35.94% from 255) = 16.95%
BLUE value IS 210 (82.42% from 255) = 39.11%
R=43.95%
G=16.95%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369121000.610.110.07310.7679.2364.12
HexEC5BD203DB71374f40
Octal354133322075137467117100
Binary111011001011011110100100111101101111110011011110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5BD2; }

 p { color: rgb(236,91,210); }

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

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

 a { background-color: rgb(236,91,210); }

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

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

 span { border-color: rgb(236,91,210); }

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