#EA5FE7

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

Shades of Free Speech Magenta #EA5FE7

Tints of Free Speech Magenta #EA5FE7

Color information

#EA5FE7 (or 0xEA5FE7) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5F and E7. RGB value is (234,95,231). Sum of RGB (Red+Green+Blue) = 234+95+231=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5FE7 is #15A018. Grayscale: #979797. Windows color (decimal): -1417241 or 15163370. OLE color: 15163370.

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

Color convert

RGB23495231-
CMYK00.590.010.08
HSL301.29º76.8%64.51%-
HSV(B)301.29º59.4%91.76%-
XYZ52.4531.4578.91-
YUV152.06172.55186.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 95 (37.5% from 255) = 16.96%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=41.79%
G=16.96%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349523100.590.010.08301.2976.864.51
HexEA5FE703B1812d4d41
Octal352137347073110455115101
Binary1110101010111111110011101110111100010010110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5FE7; }

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

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

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

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

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

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

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

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