#EA5FC7

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

Shades of Free Speech Magenta #EA5FC7

Tints of Free Speech Magenta #EA5FC7

Color information

#EA5FC7 (or 0xEA5FC7) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 5F and C7. RGB value is (234,95,199). Sum of RGB (Red+Green+Blue) = 234+95+199=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FC7 is #15A038. Grayscale: #949494. Windows color (decimal): -1417273 or 13066218. OLE color: 13066218.

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

Color convert

RGB23495199-
CMYK00.590.150.08
HSL315.11º76.8%64.51%-
HSV(B)315.11º59.4%91.76%-
XYZ48.3329.857.24-
YUV148.42156.55189.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 95 (37.5% from 255) = 17.99%
BLUE value IS 199 (78.12% from 255) = 37.69%
R=44.32%
G=17.99%
B=37.69%

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
Decimal2349519900.590.150.08315.1176.864.51
HexEA5FC703BF813b4d41
Octal3521373070731710473115101
Binary1110101010111111100011101110111111100010011101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5FC7; }

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

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

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

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

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

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

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

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