#EA5AEC

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

Shades of Free Speech Magenta #EA5AEC

Tints of Free Speech Magenta #EA5AEC

Color information

#EA5AEC (or 0xEA5AEC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5A and EC. RGB value is (234,90,236). Sum of RGB (Red+Green+Blue) = 234+90+236=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA5AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5AEC is #15A513. Grayscale: #959595. Windows color (decimal): -1418516 or 15489770. OLE color: 15489770.

HSL color Cylindrical-coordinate representation of color #EA5AEC: hue angle of 299.18º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5AEC is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23490236-
CMYK0.010.6200.07
HSL299.18º79.35%63.92%-
HSV(B)299.18º61.86%92.55%-
XYZ52.7330.8682.53-
YUV149.7176.71188.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 90 (35.55% from 255) = 16.07%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=41.79%
G=16.07%
B=42.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234902360.010.6200.07299.1879.3563.92
HexEA5AEC13E0712b4f40
Octal35213235417607453117100
Binary111010101011010111011001111110011110010101110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5AEC; }

 p { color: rgb(234,90,236); }

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

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

 a { background-color: rgb(234,90,236); }

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

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

 span { border-color: rgb(234,90,236); }

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