#EA57F0

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

Shades of Free Speech Magenta #EA57F0

Tints of Free Speech Magenta #EA57F0

Color information

#EA57F0 (or 0xEA57F0) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 57 and F0. RGB value is (234,87,240). Sum of RGB (Red+Green+Blue) = 234+87+240=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 87 (34.38% from 255 or 15.51% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA57F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA57F0 is #15A80F. Grayscale: #939393. Windows color (decimal): -1419280 or 15751146. OLE color: 15751146.

HSL color Cylindrical-coordinate representation of color #EA57F0: hue angle of 297.65º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA57F0 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23487240-
CMYK0.020.6400.06
HSL297.65º83.61%64.12%-
HSV(B)297.65º63.75%94.12%-
XYZ53.0730.685.55-
YUV148.39179.7189.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 87 (34.38% from 255) = 15.51%
BLUE value IS 240 (94.14% from 255) = 42.78%
R=41.71%
G=15.51%
B=42.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234872400.020.6400.06297.6583.6164.12
HexEA57F02400612a5440
Octal352127360210006452124100
Binary11101010101011111110000101000000011010010101010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA57F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA57F0; }

 p { color: rgb(234,87,240); }

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

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

 a { background-color: rgb(234,87,240); }

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

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

 span { border-color: rgb(234,87,240); }

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