#EA60E7

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

Shades of Free Speech Magenta #EA60E7

Tints of Free Speech Magenta #EA60E7

Color information

#EA60E7 (or 0xEA60E7) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 60 and E7. RGB value is (234,96,231). Sum of RGB (Red+Green+Blue) = 234+96+231=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA60E7 is #159F18. Grayscale: #989898. Windows color (decimal): -1416985 or 15163626. OLE color: 15163626.

HSL color Cylindrical-coordinate representation of color #EA60E7: hue angle of 301.3º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA60E7 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB23496231-
CMYK00.590.010.08
HSL301.3º76.67%64.71%-
HSV(B)301.3º58.97%91.76%-
XYZ52.5431.6378.94-
YUV152.65172.22186.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 96 (37.89% from 255) = 17.11%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=41.71%
G=17.11%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349623100.590.010.08301.376.6764.71
HexEA60E703B1812d4d41
Octal352140347073110455115101
Binary1110101011000001110011101110111100010010110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60E7; }

 p { color: rgb(234,96,231); }

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

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

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

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

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

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

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