#EA5FC6

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

Shades of Free Speech Magenta #EA5FC6

Tints of Free Speech Magenta #EA5FC6

Color information

#EA5FC6 (or 0xEA5FC6) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5F and C6. RGB value is (234,95,198). Sum of RGB (Red+Green+Blue) = 234+95+198=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FC6 is #15A039. Grayscale: #949494. Windows color (decimal): -1417274 or 13000682. OLE color: 13000682.

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

Color convert

RGB23495198-
CMYK00.590.150.08
HSL315.54º76.8%64.51%-
HSV(B)315.54º59.4%91.76%-
XYZ48.2229.7556.63-
YUV148.3156.05189.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 95 (37.5% from 255) = 18.03%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=44.40%
G=18.03%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349519800.590.150.08315.5476.864.51
HexEA5FC603BF813c4d41
Octal3521373060731710474115101
Binary1110101010111111100011001110111111100010011110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5FC6; }

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

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

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

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

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

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

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

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