#EA5BD6

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

Shades of Free Speech Magenta #EA5BD6

Tints of Free Speech Magenta #EA5BD6

Color information

#EA5BD6 (or 0xEA5BD6) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5B and D6. RGB value is (234,91,214). Sum of RGB (Red+Green+Blue) = 234+91+214=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5BD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5BD6 is #15A429. Grayscale: #939393. Windows color (decimal): -1418282 or 14048234. OLE color: 14048234.

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

Color convert

RGB23491214-
CMYK00.610.090.08
HSL308.39º77.3%63.73%-
HSV(B)308.39º61.11%91.76%-
XYZ49.8129.8366.75-
YUV147.78165.38189.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 91 (35.94% from 255) = 16.88%
BLUE value IS 214 (83.98% from 255) = 39.70%
R=43.41%
G=16.88%
B=39.70%

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
Decimal2349121400.610.090.08308.3977.363.73
HexEA5BD603D981344d40
Octal3521333260751110464115100
Binary1110101010110111101011001111011001100010011010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5BD6; }

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

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

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

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

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

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

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

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