#EA60E5

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

Shades of Free Speech Magenta #EA60E5

Tints of Free Speech Magenta #EA60E5

Color information

#EA60E5 (or 0xEA60E5) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 60 and E5. RGB value is (234,96,229). Sum of RGB (Red+Green+Blue) = 234+96+229=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60E5 is #159F1A. Grayscale: #989898. Windows color (decimal): -1416987 or 15032554. OLE color: 15032554.

HSL color Cylindrical-coordinate representation of color #EA60E5: hue angle of 302.17º 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 #EA60E5 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB23496229-
CMYK00.590.020.08
HSL302.17º76.67%64.71%-
HSV(B)302.17º58.97%91.76%-
XYZ52.2631.5277.46-
YUV152.42171.22186.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 96 (37.89% from 255) = 17.17%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=41.86%
G=17.17%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349622900.590.020.08302.1776.6764.71
HexEA60E503B2812e4d41
Octal352140345073210456115101
Binary11101010110000011100101011101110100010010111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60E5; }

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

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

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

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

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

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

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

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