#EA65EA

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

Shades of Free Speech Magenta #EA65EA

Tints of Free Speech Magenta #EA65EA

Color information

#EA65EA (or 0xEA65EA) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 65 and EA. RGB value is (234,101,234). Sum of RGB (Red+Green+Blue) = 234+101+234=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA65EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA65EA is #159A15. Grayscale: #9B9B9B. Windows color (decimal): -1415702 or 15361514. OLE color: 15361514.

HSL color Cylindrical-coordinate representation of color #EA65EA: hue angle of 300º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA65EA is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234101234-
CMYK00.5700.08
HSL300º76%65.69%-
HSV(B)300º56.84%91.76%-
XYZ53.4432.7481.34-
YUV155.93172.06183.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 101 (39.84% from 255) = 17.75%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=41.12%
G=17.75%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410123400.5700.083007665.69
HexEA65EA0390812c4c42
Octal352145352071010454114102
Binary1110101011001011110101001110010100010010110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA65EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA65EA; }

 p { color: rgb(234,101,234); }

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

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

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

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

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

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

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