#EA5CEC

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

Shades of Free Speech Magenta #EA5CEC

Tints of Free Speech Magenta #EA5CEC

Color information

#EA5CEC (or 0xEA5CEC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5C and EC. RGB value is (234,92,236). Sum of RGB (Red+Green+Blue) = 234+92+236=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 92 (36.33% from 255 or 16.37% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA5CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5CEC is #15A313. Grayscale: #969696. Windows color (decimal): -1418004 or 15490282. OLE color: 15490282.

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

Color convert

RGB23492236-
CMYK0.010.6100.07
HSL299.17º79.12%64.31%-
HSV(B)299.17º61.02%92.55%-
XYZ52.931.282.59-
YUV150.87176.04187.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 92 (36.33% from 255) = 16.37%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=41.64%
G=16.37%
B=41.99%

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
Decimal234922360.010.6100.07299.1779.1264.31
HexEA5CEC13D0712b4f40
Octal35213435417507453117100
Binary111010101011100111011001111101011110010101110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5CEC; }

 p { color: rgb(234,92,236); }

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

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

 a { background-color: rgb(234,92,236); }

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

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

 span { border-color: rgb(234,92,236); }

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