#EA5DC9

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

Shades of Free Speech Magenta #EA5DC9

Tints of Free Speech Magenta #EA5DC9

Color information

#EA5DC9 (or 0xEA5DC9) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5D and C9. RGB value is (234,93,201). Sum of RGB (Red+Green+Blue) = 234+93+201=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DC9 is #15A236. Grayscale: #939393. Windows color (decimal): -1417783 or 13196778. OLE color: 13196778.

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

Color convert

RGB23493201-
CMYK00.600.140.08
HSL314.04º77.05%64.12%-
HSV(B)314.04º60.26%91.76%-
XYZ48.3929.5458.41-
YUV147.47158.21189.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 93 (36.72% from 255) = 17.61%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=44.32%
G=17.61%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349320100.600.140.08314.0477.0564.12
HexEA5DC903CE813a4d40
Octal3521353110741610472115100
Binary1110101010111011100100101111001110100010011101010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5DC9; }

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

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

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

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

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

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

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

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