#EA5CD6

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

Shades of Free Speech Magenta #EA5CD6

Tints of Free Speech Magenta #EA5CD6

Color information

#EA5CD6 (or 0xEA5CD6) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5C and D6. RGB value is (234,92,214). Sum of RGB (Red+Green+Blue) = 234+92+214=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5CD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5CD6 is #15A329. Grayscale: #949494. Windows color (decimal): -1418026 or 14048490. OLE color: 14048490.

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

Color convert

RGB23492214-
CMYK00.610.090.08
HSL308.45º77.17%63.92%-
HSV(B)308.45º60.68%91.76%-
XYZ49.93066.78-
YUV148.37165.04189.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 92 (36.33% from 255) = 17.04%
BLUE value IS 214 (83.98% from 255) = 39.63%
R=43.33%
G=17.04%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349221400.610.090.08308.4577.1763.92
HexEA5CD603D981344d40
Octal3521343260751110464115100
Binary1110101010111001101011001111011001100010011010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5CD6; }

 p { color: rgb(234,92,214); }

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

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

 a { background-color: rgb(234,92,214); }

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

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

 span { border-color: rgb(234,92,214); }

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