#E85FC7

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

Shades of Free Speech Magenta #E85FC7

Tints of Free Speech Magenta #E85FC7

Color information

#E85FC7 (or 0xE85FC7) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5F and C7. RGB value is (232,95,199). Sum of RGB (Red+Green+Blue) = 232+95+199=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85FC7 is #17A038. Grayscale: #939393. Windows color (decimal): -1548345 or 13066216. OLE color: 13066216.

HSL color Cylindrical-coordinate representation of color #E85FC7: hue angle of 314.45º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85FC7 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB23295199-
CMYK00.590.140.09
HSL314.45º74.86%64.12%-
HSV(B)314.45º59.05%90.98%-
XYZ47.6829.4657.21-
YUV147.82156.89188.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.11%
GREEN value IS 95 (37.5% from 255) = 18.06%
BLUE value IS 199 (78.12% from 255) = 37.83%
R=44.11%
G=18.06%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329519900.590.140.09314.4574.8664.12
HexE85FC703BE913a4b40
Octal3501373070731611472113100
Binary1110100010111111100011101110111110100110011101010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85FC7; }

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

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

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

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

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

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

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

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