#EA5BC5

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

Shades of Free Speech Magenta #EA5BC5

Tints of Free Speech Magenta #EA5BC5

Color information

#EA5BC5 (or 0xEA5BC5) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5B and C5. RGB value is (234,91,197). Sum of RGB (Red+Green+Blue) = 234+91+197=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5BC5 is #15A43A. Grayscale: #919191. Windows color (decimal): -1418299 or 12934122. OLE color: 12934122.

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

Color convert

RGB23491197-
CMYK00.610.160.08
HSL315.52º77.3%63.73%-
HSV(B)315.52º61.11%91.76%-
XYZ47.7529.0155.91-
YUV145.84156.88190.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.83%
GREEN value IS 91 (35.94% from 255) = 17.43%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=44.83%
G=17.43%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349119700.610.160.08315.5277.363.73
HexEA5BC503D10813c4d40
Octal3521333050752010474115100
Binary11101010101101111000101011110110000100010011110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5BC5; }

 p { color: rgb(234,91,197); }

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

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

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

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

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

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

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