#EC5DEE

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

Shades of Free Speech Magenta #EC5DEE

Tints of Free Speech Magenta #EC5DEE

Color information

#EC5DEE (or 0xEC5DEE) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5D and EE. RGB value is (236,93,238). Sum of RGB (Red+Green+Blue) = 236+93+238=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC5DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DEE is #13A211. Grayscale: #979797. Windows color (decimal): -1286674 or 15621612. OLE color: 15621612.

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

Color convert

RGB23693238-
CMYK0.010.6100.07
HSL299.17º81.01%64.9%-
HSV(B)299.17º60.92%93.33%-
XYZ53.9431.8384.19-
YUV152.29176.38187.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 93 (36.72% from 255) = 16.40%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=41.62%
G=16.40%
B=41.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236932380.010.6100.07299.1781.0164.9
HexEC5DEE13D0712b5141
Octal35413535617507453121101
Binary111011001011101111011101111101011110010101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5DEE; }

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

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

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

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

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

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

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

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