#EA5FDA

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

Shades of Free Speech Magenta #EA5FDA

Tints of Free Speech Magenta #EA5FDA

Color information

#EA5FDA (or 0xEA5FDA) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5F and DA. RGB value is (234,95,218). Sum of RGB (Red+Green+Blue) = 234+95+218=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FDA is #15A025. Grayscale: #969696. Windows color (decimal): -1417254 or 14311402. OLE color: 14311402.

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

Color convert

RGB23495218-
CMYK00.590.070.08
HSL306.91º76.8%64.51%-
HSV(B)306.91º59.4%91.76%-
XYZ50.6830.7469.59-
YUV150.58166.05187.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 95 (37.5% from 255) = 17.37%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=42.78%
G=17.37%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349521800.590.070.08306.9176.864.51
HexEA5FDA03B781334d41
Octal352137332073710463115101
Binary111010101011111110110100111011111100010011001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5FDA; }

 p { color: rgb(234,95,218); }

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

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

 a { background-color: rgb(234,95,218); }

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

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

 span { border-color: rgb(234,95,218); }

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