#EC4DEB

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

Shades of Free Speech Magenta #EC4DEB

Tints of Free Speech Magenta #EC4DEB

Color information

#EC4DEB (or 0xEC4DEB) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 4D and EB. RGB value is (236,77,235). Sum of RGB (Red+Green+Blue) = 236+77+235=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 77 (30.47% from 255 or 14.05% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DEB is #13B214. Grayscale: #8E8E8E. Windows color (decimal): -1290773 or 15420908. OLE color: 15420908.

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

Color convert

RGB23677235-
CMYK00.670.000.07
HSL300.38º80.71%61.37%-
HSV(B)300.38º67.37%92.55%-
XYZ52.2429.1481.47-
YUV142.55180.18194.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.07%
GREEN value IS 77 (30.47% from 255) = 14.05%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=43.07%
G=14.05%
B=42.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367723500.670.000.07300.3880.7161.37
HexEC4DEB0430712c513d
Octal35411535301030745412175
Binary111011001001101111010110100001101111001011001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4DEB; }

 p { color: rgb(236,77,235); }

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

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

 a { background-color: rgb(236,77,235); }

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

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

 span { border-color: rgb(236,77,235); }

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