#EA57DC

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

Shades of Free Speech Magenta #EA57DC

Tints of Free Speech Magenta #EA57DC

Color information

#EA57DC (or 0xEA57DC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 57 and DC. RGB value is (234,87,220). Sum of RGB (Red+Green+Blue) = 234+87+220=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 87 (34.38% from 255 or 16.08% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA57DC is #15A823. Grayscale: #919191. Windows color (decimal): -1419300 or 14440426. OLE color: 14440426.

HSL color Cylindrical-coordinate representation of color #EA57DC: hue angle of 305.71º 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 #EA57DC is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB23487220-
CMYK00.630.060.08
HSL305.71º77.78%62.94%-
HSV(B)305.71º62.82%91.76%-
XYZ50.2629.4870.75-
YUV146.12169.7190.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 87 (34.38% from 255) = 16.08%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=43.25%
G=16.08%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348722000.630.060.08305.7177.7862.94
HexEA57DC03F681324e3f
Octal35212733407761046211677
Binary11101010101011111011100011111111010001001100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA57DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA57DC; }

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

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

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

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

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

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

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

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