#EA5FED

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

Shades of Free Speech Magenta #EA5FED

Tints of Free Speech Magenta #EA5FED

Color information

#EA5FED (or 0xEA5FED) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5F and ED. RGB value is (234,95,237). Sum of RGB (Red+Green+Blue) = 234+95+237=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 95 (37.5% from 255 or 16.78% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA5FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5FED is #15A012. Grayscale: #989898. Windows color (decimal): -1417235 or 15556586. OLE color: 15556586.

HSL color Cylindrical-coordinate representation of color #EA5FED: hue angle of 298.73º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5FED is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23495237-
CMYK0.010.6000.07
HSL298.73º79.78%65.1%-
HSV(B)298.73º59.92%92.94%-
XYZ53.3131.7983.45-
YUV152.75175.55185.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 95 (37.5% from 255) = 16.78%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=41.34%
G=16.78%
B=41.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234952370.010.6000.07298.7379.7865.1
HexEA5FED13C0712b5041
Octal35213735517407453120101
Binary111010101011111111011011111100011110010101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5FED; }

 p { color: rgb(234,95,237); }

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

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

 a { background-color: rgb(234,95,237); }

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

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

 span { border-color: rgb(234,95,237); }

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