#EA5FC4

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

Shades of Free Speech Magenta #EA5FC4

Tints of Free Speech Magenta #EA5FC4

Color information

#EA5FC4 (or 0xEA5FC4) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5F and C4. RGB value is (234,95,196). Sum of RGB (Red+Green+Blue) = 234+95+196=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FC4 is #15A03B. Grayscale: #939393. Windows color (decimal): -1417276 or 12869610. OLE color: 12869610.

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

Color convert

RGB23495196-
CMYK00.590.160.08
HSL316.4º76.8%64.51%-
HSV(B)316.4º59.4%91.76%-
XYZ47.9929.6655.42-
YUV148.07155.05189.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 95 (37.5% from 255) = 18.10%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=44.57%
G=18.10%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349519600.590.160.08316.476.864.51
HexEA5FC403B10813c4d41
Octal3521373040732010474115101
Binary11101010101111111000100011101110000100010011110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5FC4; }

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

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

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

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

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

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

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

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