#EA66EC

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

Shades of Free Speech Magenta #EA66EC

Tints of Free Speech Magenta #EA66EC

Color information

#EA66EC (or 0xEA66EC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 66 and EC. RGB value is (234,102,236). Sum of RGB (Red+Green+Blue) = 234+102+236=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA66EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA66EC is #159913. Grayscale: #9C9C9C. Windows color (decimal): -1415444 or 15492842. OLE color: 15492842.

HSL color Cylindrical-coordinate representation of color #EA66EC: hue angle of 299.1º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA66EC is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234102236-
CMYK0.010.5700.07
HSL299.1º77.91%66.27%-
HSV(B)299.1º56.78%92.55%-
XYZ53.8233.0582.9-
YUV156.74172.73183.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 102 (40.23% from 255) = 17.83%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=40.91%
G=17.83%
B=41.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341022360.010.5700.07299.177.9166.27
HexEA66EC1390712b4e42
Octal35214635417107453116102
Binary111010101100110111011001111001011110010101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66EC; }

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

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

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

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

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

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

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

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