#EA60CA

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

Shades of Free Speech Magenta #EA60CA

Tints of Free Speech Magenta #EA60CA

Color information

#EA60CA (or 0xEA60CA) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 60 and CA. RGB value is (234,96,202). Sum of RGB (Red+Green+Blue) = 234+96+202=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60CA is #159F35. Grayscale: #959595. Windows color (decimal): -1417014 or 13263082. OLE color: 13263082.

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

Color convert

RGB23496202-
CMYK00.590.140.08
HSL313.91º76.67%64.71%-
HSV(B)313.91º58.97%91.76%-
XYZ48.7830.1259.12-
YUV149.35157.72188.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 96 (37.89% from 255) = 18.05%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=43.98%
G=18.05%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349620200.590.140.08313.9176.6764.71
HexEA60CA03BE813a4d41
Octal3521403120731610472115101
Binary1110101011000001100101001110111110100010011101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60CA; }

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

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

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

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

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

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

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

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