#EA65CA

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

Shades of Free Speech Magenta #EA65CA

Tints of Free Speech Magenta #EA65CA

Color information

#EA65CA (or 0xEA65CA) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 65 and CA. RGB value is (234,101,202). Sum of RGB (Red+Green+Blue) = 234+101+202=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA65CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA65CA is #159A35. Grayscale: #989898. Windows color (decimal): -1415734 or 13264362. OLE color: 13264362.

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

Color convert

RGB234101202-
CMYK00.570.140.08
HSL314.44º76%65.69%-
HSV(B)314.44º56.84%91.76%-
XYZ49.2531.0659.28-
YUV152.28156.06186.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 101 (39.84% from 255) = 18.81%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=43.58%
G=18.81%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410120200.570.140.08314.447665.69
HexEA65CA039E813a4c42
Octal3521453120711610472114102
Binary1110101011001011100101001110011110100010011101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA65CA; }

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

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

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

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

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

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

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

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