#EA5DC6

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

Shades of Free Speech Magenta #EA5DC6

Tints of Free Speech Magenta #EA5DC6

Color information

#EA5DC6 (or 0xEA5DC6) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5D and C6. RGB value is (234,93,198). Sum of RGB (Red+Green+Blue) = 234+93+198=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DC6 is #15A239. Grayscale: #929292. Windows color (decimal): -1417786 or 13000170. OLE color: 13000170.

HSL color Cylindrical-coordinate representation of color #EA5DC6: hue angle of 315.32º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5DC6 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23493198-
CMYK00.600.150.08
HSL315.32º77.05%64.12%-
HSV(B)315.32º60.26%91.76%-
XYZ48.0429.456.57-
YUV147.13156.71189.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 198 (77.73% from 255) = 37.71%
R=44.57%
G=17.71%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349319800.600.150.08315.3277.0564.12
HexEA5DC603CF813b4d40
Octal3521353060741710473115100
Binary1110101010111011100011001111001111100010011101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5DC6; }

 p { color: rgb(234,93,198); }

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

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

 a { background-color: rgb(234,93,198); }

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

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

 span { border-color: rgb(234,93,198); }

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