#EA57DF

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

Shades of Free Speech Magenta #EA57DF

Tints of Free Speech Magenta #EA57DF

Color information

#EA57DF (or 0xEA57DF) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 57 and DF. RGB value is (234,87,223). Sum of RGB (Red+Green+Blue) = 234+87+223=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 87 (34.38% from 255 or 15.99% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA57DF is #15A820. Grayscale: #929292. Windows color (decimal): -1419297 or 14637034. OLE color: 14637034.

HSL color Cylindrical-coordinate representation of color #EA57DF: hue angle of 304.49º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA57DF is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB23487223-
CMYK00.630.050.08
HSL304.49º77.78%62.94%-
HSV(B)304.49º62.82%91.76%-
XYZ50.6629.6472.86-
YUV146.46171.2190.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 87 (34.38% from 255) = 15.99%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=43.01%
G=15.99%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348722300.630.050.08304.4977.7862.94
HexEA57DF03F581304e3f
Octal35212733707751046011677
Binary11101010101011111011111011111110110001001100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA57DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA57DF; }

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

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

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

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

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

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

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

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