#EB4DEC

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

Shades of Free Speech Magenta #EB4DEC

Tints of Free Speech Magenta #EB4DEC

Color information

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

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

Color convert

RGB23577236-
CMYK0.000.6700.07
HSL299.62º80.71%61.37%-
HSV(B)299.62º67.37%92.55%-
XYZ52.0629.0382.22-
YUV142.37180.85194.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235772360.000.6700.07299.6280.7161.37
HexEB4DEC0430712c513d
Octal35311535401030745412175
Binary111010111001101111011000100001101111001011001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4DEC; }

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

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

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

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

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

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

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

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