#EA5BD5

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

Shades of Free Speech Magenta #EA5BD5

Tints of Free Speech Magenta #EA5BD5

Color information

#EA5BD5 (or 0xEA5BD5) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5B and D5. RGB value is (234,91,213). Sum of RGB (Red+Green+Blue) = 234+91+213=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5BD5 is #15A42A. Grayscale: #939393. Windows color (decimal): -1418283 or 13982698. OLE color: 13982698.

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

Color convert

RGB23491213-
CMYK00.610.090.08
HSL308.81º77.3%63.73%-
HSV(B)308.81º61.11%91.76%-
XYZ49.6829.7866.08-
YUV147.66164.88189.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 91 (35.94% from 255) = 16.91%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=43.49%
G=16.91%
B=39.59%

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
Decimal2349121300.610.090.08308.8177.363.73
HexEA5BD503D981354d40
Octal3521333250751110465115100
Binary1110101010110111101010101111011001100010011010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5BD5; }

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

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

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

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

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

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

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

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