#EA5BD4

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

Shades of Free Speech Magenta #EA5BD4

Tints of Free Speech Magenta #EA5BD4

Color information

#EA5BD4 (or 0xEA5BD4) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5B and D4. RGB value is (234,91,212). Sum of RGB (Red+Green+Blue) = 234+91+212=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5BD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5BD4 is #15A42B. Grayscale: #939393. Windows color (decimal): -1418284 or 13917162. OLE color: 13917162.

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

Color convert

RGB23491212-
CMYK00.610.090.08
HSL309.23º77.3%63.73%-
HSV(B)309.23º61.11%91.76%-
XYZ49.5629.7365.41-
YUV147.55164.38189.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 91 (35.94% from 255) = 16.95%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=43.58%
G=16.95%
B=39.48%

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
Decimal2349121200.610.090.08309.2377.363.73
HexEA5BD403D981354d40
Octal3521333240751110465115100
Binary1110101010110111101010001111011001100010011010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5BD4; }

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

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

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

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

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

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

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

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