#EA5FC9

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

Shades of Free Speech Magenta #EA5FC9

Tints of Free Speech Magenta #EA5FC9

Color information

#EA5FC9 (or 0xEA5FC9) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5F and C9. RGB value is (234,95,201). Sum of RGB (Red+Green+Blue) = 234+95+201=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FC9 is #15A036. Grayscale: #949494. Windows color (decimal): -1417271 or 13197290. OLE color: 13197290.

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

Color convert

RGB23495201-
CMYK00.590.140.08
HSL314.24º76.8%64.51%-
HSV(B)314.24º59.4%91.76%-
XYZ48.5729.8958.47-
YUV148.64157.55188.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 95 (37.5% from 255) = 17.92%
BLUE value IS 201 (78.91% from 255) = 37.92%
R=44.15%
G=17.92%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349520100.590.140.08314.2476.864.51
HexEA5FC903BE813a4d41
Octal3521373110731610472115101
Binary1110101010111111100100101110111110100010011101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5FC9; }

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

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

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

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

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

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

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

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